This website requires JavaScript.
Explore
Help
Sign In
BusyBox
/
busybox
mirror of
https://github.com/mirror/busybox.git
Watch
1
Star
0
Fork
You've already forked busybox
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1_26_stable
busybox
/
shell
/
ash_test
/
ash-misc
/
func5.tests
14 lines
104 B
Plaintext
Executable File
Raw
Permalink
Blame
History
f() { echo $1; }
f 1
f() ( echo $1; )
f 2
f() ( echo $1 )
f 3
f() for i in 1 2 3; do
echo $i
done
f
Reference in New Issue
View Git Blame
Copy Permalink