mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
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 """
|