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
/
declaration_in_if.sh
9 lines
75 B
Bash
Raw
Permalink
Blame
History
if
true
then
foo
(
)
{
echo
'I am in foo function'
}
fi
foo
Reference in New Issue
View Git Blame
Copy Permalink