6 lines
53 B
Python
6 lines
53 B
Python
#!/bin/sh
|
|
|
|
|
|
def run(ctx, args):
|
|
ctx.echo("Blort.")
|
#!/bin/sh
|
|
|
|
|
|
def run(ctx, args):
|
|
ctx.echo("Blort.")
|