mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
9 lines
129 B
Text
Executable file
9 lines
129 B
Text
Executable file
if test $# = 0; then
|
|
exec "$THIS_SH" "$0" 'param_glob.t*'
|
|
echo NOT SHOWN
|
|
exit
|
|
fi
|
|
echo $*
|
|
echo $@
|
|
echo "$*"
|
|
echo "$@"
|