xref
: /
aosp_15_r20
/
art
/
test
/
000-nop
/
run.py
(revision 795d594fd825385562da6b089ea9b2033f3abf5a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
4
def
run
(
ctx
,
args
):
5
ctx
.
echo
(
"Blort."
)
6