index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-misc
/
shift.tests
blob: 17f2c9f3630bb9c0cd1684dd063b752953428018 (
plain
)
1
2
3
4
5
6
if test $# = 0; then exec "$THIS_SH" $0 abc "d e" fi echo $0 $1 $2 shift echo $0 $1 $2