#!/bin/sh
set -efu

cd "$ADTTMP"

python -m pyfiglet --help
python -m pyfiglet hello there
python -m pyfiglet -f letter haai
