1#!/bin/sh
2
3
4def run(ctx, args):
5  ctx.echo("Blort.")
6