bin/ban @ 8c32f46d08e8

Work around StumpWM breaking my shit yet again
author Steve Losh <steve@stevelosh.com>
date Wed, 23 Sep 2020 12:33:59 -0400
parents 016ea27f980e
children (none)
#!/usr/bin/env bash

set -euo pipefail

if test "$1" = "-f"; then
    shift
    FONT="$1"
    shift
else
    FONT="smslant"
fi

echo
toilet -k -t -F gay:crop -f "$FONT" "$@"
echo