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