5 lines
96 B
Plaintext
5 lines
96 B
Plaintext
|
printf 'echo "unterminated string\\' >test.tmp.sh
|
||
|
. ./test.tmp.sh
|
||
|
echo One:$?
|
||
|
rm -f test.tmp.sh
|