OILS / spec / testdata / module2 / env.ysh View on Github | oilshell.org

10 lines, 6 significant
1
2const __provide__ = :| dummy |
3
4const dummy = 42
5
6echo 'env.ysh'
7
8if (ENV.SH ~~ '*osh') {
9 echo 'OSH ok'
10}