repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tests
/
dollar-at3.sub
blob
76a65c1fcd51d5aed65c673d0b5633fb6897a3a5
1
set -u
2
3
echo ${#@}
4
echo ${@:-bar}
5
6
echo $@
7
echo after 1
8
echo ${@}
9
echo after 2