Skip to content

Instantly share code, notes, and snippets.

@aliva
Last active August 29, 2015 14:25
Show Gist options
  • Save aliva/0e123357d9434afc929f to your computer and use it in GitHub Desktop.
Save aliva/0e123357d9434afc929f to your computer and use it in GitHub Desktop.
#!/bin/sh
for i in `ls`
do
echo $i
# actions
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment