mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
7 lines
74 B
Text
7 lines
74 B
Text
NAME=t/echo
|
|
FILE==
|
|
CMDS=echo hello world
|
|
EXPECT=<<EOF
|
|
hello world
|
|
EOF
|
|
RUN
|