Skip to content

Instantly share code, notes, and snippets.

@webbiesdk
Created February 10, 2016 17:55
Show Gist options
  • Save webbiesdk/00be75a5caa5ee68e7cf to your computer and use it in GitHub Desktop.
Save webbiesdk/00be75a5caa5ee68e7cf to your computer and use it in GitHub Desktop.
#!/bin/sh
while true
do
find . -print
sleep 1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment