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