mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
5 lines
91 B
Text
Executable file
5 lines
91 B
Text
Executable file
if test $# = 0; then
|
|
exec "$THIS_SH" $0 -10qwertyuiop
|
|
fi
|
|
echo "Param1: >$1<"
|
|
echo Done
|