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
ac444861b0
busybox
/
shell
/
ash_test
/
ash-vars
/
var3.tests
2 lines
99 B
Plaintext
Executable File
Raw
Blame
History
x=0; f() { local x=1; echo $x; local x; echo $x; unset x; echo $x; local x; echo $x; }; f; echo $x
Reference in New Issue
View Git Blame
Copy Permalink