This website requires JavaScript.
Explore
Help
Sign In
brice
/
Bsh
Watch
1
Star
0
Fork
You've already forked Bsh
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
Bsh
/
tests
/
functions
/
variable_in_fun.sh
12 lines
60 B
Bash
Raw
Permalink
Blame
History
a
=
12
fun
(
)
{
a
=
42
echo
"
$a
"
}
echo
$a
fun
echo
$a
Reference in New Issue
View Git Blame
Copy Permalink