Files
shellcheck/goodcase/forargs
2012-11-05 01:08:00 -08:00

2 lines
34 B
Plaintext

for f in "$@"; do echo "$f"; done