Skip to content

Instantly share code, notes, and snippets.

@jeffotoni
Created March 25, 2017 15:17
Show Gist options
  • Save jeffotoni/0e2b45dcb578cac73f38dbb5c31ac864 to your computer and use it in GitHub Desktop.
Save jeffotoni/0e2b45dcb578cac73f38dbb5c31ac864 to your computer and use it in GitHub Desktop.
#!/bin/bash
# @autor jeffotoni
# @date 25/2017
while :
do
sleep 1
for f in *; do
echo "$f"
done
echo "###############"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment