aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-parsing/argv0.tests
blob: f5c40f6fe3c757cdf6b2d5da41ff3fafc099d5a7 (plain)
1
2
3
4
if test $# = 0; then
    exec "$THIS_SH" "$0" arg
fi
echo OK