OILS / spec / testdata / module / lib.ysh View on Github | oilshell.org

7 lines, 5 significant
1# lib.ysh
2
3if is-main; then
4 echo 'hi from lib.ysh'
5else
6 echo 'lib.ysh is not the main module'
7fi