repo.or.cz
/
tomato.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
busybox: update to 1.25.0
[tomato.git]
/
release
/
src
/
router
/
busybox
/
shell
/
hush_test
/
hush-misc
/
func_args1.tests
blob
d394c637f9d5f4f1bbdd942ef78cff59d4b3bf26
1
f() { echo "'f $1 $2 $3' called"; }
2
3
set -- a b c
4
echo "params: $1 $2 $3"
5
f 1 2 3
6
echo "params: $1 $2 $3"
7
true | f 1 2 3
8
echo "params: $1 $2 $3"