mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-27 15:10:53 +00:00
15 lines
90 B
Plaintext
15 lines
90 B
Plaintext
NAME=t/retries
|
|
FILE=-
|
|
CMDS=<<EOF
|
|
b 10
|
|
pd~?
|
|
pd 3~?
|
|
pd 20~?
|
|
EOF
|
|
EXPECT=<<EOF
|
|
2
|
|
3
|
|
20
|
|
EOF
|
|
RUN
|