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
/
multiple_calls.sh
10 lines
82 B
Bash
Raw
Permalink
Blame
History
foo
(
)
{
echo
"this is a test"
echo
$@
}
foo salut
foo
foo foo foo
;
foo a
Reference in New Issue
View Git Blame
Copy Permalink