mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02: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 "$@"
|