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