OILS
/
test
/
lossless
/ sh-features.sh
View on Github
|
oilshell.org
12 lines, 8 significant
1
2
myfunc() {
3
echo myfunc
4
}
5
6
7
function ksh-style {
8
echo ksh-style
9
}
10
11
myfunc
12
ksh-style