Skip to content

Instantly share code, notes, and snippets.

@datwright
Created January 27, 2011 22:11
Show Gist options
  • Save datwright/799389 to your computer and use it in GitHub Desktop.
Save datwright/799389 to your computer and use it in GitHub Desktop.
Simple loop template for the shell
for x
do
echo "you said $x"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment