busybox/shell/hush_test/hush-misc/control_char2.tests

4 lines
44 B
Plaintext
Executable File

c=`printf '\3'`
eval "echo $c"
echo Done:$?