xref
: /
art
/
test
/
000-nop
/
run.py
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