mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
6 lines
111 B
Text
Executable file
6 lines
111 B
Text
Executable file
if test $# = 0; then
|
|
exec "$THIS_SH" $0 abc "d e" 123
|
|
fi
|
|
false
|
|
for v; do echo "PARAM:$v"; done
|
|
echo OK: $?
|