OILS
/
spec
/
testdata
/
module
/ main.ysh
View on Github
|
oilshell.org
8 lines, 4 significant
1
2
# main.ysh
3
4
source $_this_dir/lib.ysh
5
6
if is-main; then
7
echo
'
hi from main.ysh
'
8
fi