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
/
case
/
if_in_case_in_if.sh
14 lines
133 B
Bash
Raw
Permalink
Blame
History
a
=
true
if
$a
then
case
$a
in
false
)
echo
false
;
;
(
true
)
echo
$a
;
;
esac
fi
echo
end
Reference in New Issue
View Git Blame
Copy Permalink