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