Skip to content

Instantly share code, notes, and snippets.

@martijnbastiaan
Created January 9, 2017 18:53
Show Gist options
  • Save martijnbastiaan/f2f6ed307efacbb6feee5d22f3388f02 to your computer and use it in GitHub Desktop.
Save martijnbastiaan/f2f6ed307efacbb6feee5d22f3388f02 to your computer and use it in GitHub Desktop.
#!/bin/bash
for arg in $@; do
echo ${arg}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment