hush: support ${var:EXPR:EXPR}!
[oweals/busybox.git] / shell / hush_test / hush-vars / param_glob.tests
1 if test $# = 0; then
2     exec "$THIS_SH" "$0" 'param_glob.t*'
3     echo NOT SHOWN
4     exit
5 fi
6 echo $*
7 echo $@
8 echo "$*"
9 echo "$@"