#!/bin/sh


def run(ctx, args):
  ctx.echo("Blort.")
