Skip to content

Instantly share code, notes, and snippets.

@jcracknell
Created April 23, 2014 14:47
Show Gist options
  • Save jcracknell/11218270 to your computer and use it in GitHub Desktop.
Save jcracknell/11218270 to your computer and use it in GitHub Desktop.
#!/bin/bash
while true; do
ls /run/user/$UID/gvfs/* &> /dev/null
sleep 15
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment