mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
4 lines
61 B
Text
Executable file
4 lines
61 B
Text
Executable file
if test $# = 0; then
|
|
exec "$THIS_SH" "$0" arg
|
|
fi
|
|
echo OK
|