espelhamento de
http://git.busybox.net/busybox/
sincronizado 2025-01-18 23:45:10 +00:00
a62bc80571
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
5 linhas
91 B
Text
Arquivo executável
5 linhas
91 B
Text
Arquivo executável
if test $# = 0; then
|
|
exec "$THIS_SH" $0 -10qwertyuiop
|
|
fi
|
|
echo "Param1: >$1<"
|
|
echo Done
|