Created
March 25, 2017 15:17
-
-
Save jeffotoni/0e2b45dcb578cac73f38dbb5c31ac864 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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