blob: c83f7b05f3d613baccfb7fde52aec9fe2350606e [file] [log] [blame]
#!/pkg/bin/sh
echo "$0"
for arg in "$@"; do
echo "$arg"
done