xref
: /
busybox-1.35.0
/
shell
/
hush_test
/
hush-parsing
/
argv0.tests
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
if test $# = 0; then
2
exec "$THIS_SH" "$0" arg
3
fi
4
echo OK
5