2023-11-16 23:19:36 -05:00

5 lines
96 B
Plaintext
Executable File

printf 'echo "unterminated string\\' >test.tmp.sh
. ./test.tmp.sh
echo One:$?
rm -f test.tmp.sh