OILS
/
spec
/
testdata
/ echo-funcname.sh
View on Github
|
oilshell.org
5 lines, 4 significant
1
# For spec/introspect.test.sh
2
argv.py
'
@
'
"
${FUNCNAME[@]}
"
3
argv.py
'
0
'
"
${FUNCNAME[0]}
"
4
argv.py
'
${}
'
"
${FUNCNAME}
"
5
argv.py
'
$
'
"
$FUNCNAME
"