OILS
/
spec
/
testdata
/
module2
/ env.ysh
View on Github
|
oilshell.org
10 lines, 6 significant
1
2
const __provide__ = :| dummy |
3
4
const dummy = 42
5
6
echo
'
env.ysh
'
7
8
if (ENV.SH ~~
'
*osh
'
) {
9
echo
'
OSH ok
'
10
}