Skip to content

Instantly share code, notes, and snippets.

@rgs1
Created April 6, 2018 16:30
Show Gist options
  • Save rgs1/0441590456b8c01df4dbb62c44b16135 to your computer and use it in GitHub Desktop.
Save rgs1/0441590456b8c01df4dbb62c44b16135 to your computer and use it in GitHub Desktop.
$ pip install --user fusepy
$ mkdir origen
$ touch origen/a
$ mkdir destino
$ python loopback.py origen/ destino/ 2> /dev/null &
[1] 21959
$ ls origen/ destino/
destino/:
a
origen/:
a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment