forked from Mirror/GodMode9
19 lines
253 B
Plaintext
19 lines
253 B
Plaintext
# line 1: bad # of args
|
|
echo -o "#"
|
|
|
|
# This works.
|
|
echo "check #"
|
|
|
|
# The % symbol disappears.
|
|
echo "%"
|
|
echo "check %"
|
|
|
|
# error message fail
|
|
echo "-"
|
|
|
|
# This works.
|
|
echo "check -"
|
|
|
|
# Probably not bug. Syntax abuse but adding it here anyway.
|
|
bkpt
|
|
echo """ |