Skip to content

Instantly share code, notes, and snippets.

@nicokruger
Created March 18, 2012 21:38
Show Gist options
  • Save nicokruger/2081836 to your computer and use it in GitHub Desktop.
Save nicokruger/2081836 to your computer and use it in GitHub Desktop.
argstester.sh
for var in "$@"
do
echo $var
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment