mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 21:29:49 +00:00
43 lines
246 B
Plaintext
43 lines
246 B
Plaintext
NAME=hash_comments_noop
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
# ~?
|
|
# ~?
|
|
#"~?
|
|
##~?
|
|
#$~?
|
|
#%~?
|
|
#&~?
|
|
#(~?
|
|
#)~?
|
|
#*~?
|
|
#+~?
|
|
#,~?
|
|
#-~?
|
|
#.~?
|
|
#/~?
|
|
#0~?
|
|
#:~?
|
|
#;~?
|
|
#<~?
|
|
#=~?
|
|
#>~?
|
|
#@~?
|
|
#A~?
|
|
#Z~?
|
|
#[~?
|
|
#\~?
|
|
#]~?
|
|
#^~?
|
|
#_~?
|
|
#`~?
|
|
#a~?
|
|
#z~?
|
|
#{~?
|
|
#|~?
|
|
#}~?
|
|
#~~?
|
|
EOF
|
|
EXPECT=<<EOF
|
|
EOF
|
|
RUN |