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
/
recursive_call.sh
12 lines
113 B
Bash
Raw
Permalink
Blame
History
test
(
)
{
if
$@
;
then
test
false
else
echo
end
fi
}
test
true
echo
"did this work ?"
Reference in New Issue
View Git Blame
Copy Permalink