OILS
/
spec
/
testdata
/ ysh-read-3.sh
View on Github
|
oilshell.org
4 lines, 3 significant
1
2
mkdir -p ./dir
3
read --line < ./dir
4
echo status=$?