aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/opts1.tests
blob: 45a23d66b98fa01ff2b17f631752c5b38ca7f10d (plain)
1
2
3
4
5
if test $# = 0; then
    exec "$THIS_SH" $0 -10qwertyuiop
fi
echo "Param1: >$1<"
echo Done