blob: 473ea6367d8b3db272fdd1f79c3509039949e761 [file] [log] [blame]
#!/bin/sh
for arg in "$@"
do
echo $arg
done