OILS
/
spec
/
testdata
/
bug-shellopts
/ module.ysh
View on Github
|
oils.pub
6 lines, 6 significant
1
echo a
2
set -o errexit
3
echo b
4
. ./common.sh
5
const __provide__ = :| |
6
var tst =
'
module string
'