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

8 lines, 4 significant
1
2# main.ysh
3
4source $_this_dir/lib.ysh
5
6if is-main; then
7 echo 'hi from main.ysh'
8fi