OILS
/
spec
/
testdata
/
module
/ this_dir.ysh
View on Github
|
oilshell.org
7 lines, 4 significant
1
2
echo
'
hi from this_dir.ysh
'
3
4
write -n
'
$_this_dir =
'
5
echo $_this_dir | sed
'
s;.*/oil/;REPLACED/oil/;
'
6
7
source $_this_dir/empty.ysh