language: Bash (bash 4.0.35)
date: 113 days 7 hours ago
link:
visibility: public
1
2
3
4
5
#!/bin/sh
for arg in $@
do
  echo ${arg}
done