#!/bin/sh
#< List installed figlet fonts
echo "Figlet fonts installed:"
ls -la /usr/games/fonts | more
exit 0