ponysay/extras/lightweight-ponies/lightweight-ponies
Mattias Andrée e0971487a3 add lightweight-ponies
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2014-01-29 15:01:17 +01:00

9 lines
213 B
Bash
Executable file

#!/bin/sh
dir="/usr/share/ponysay/ttyponies"
if [ -n "${DISPLAY}" ]; then
dir="/usr/share/ponysay/ponies"
fi
find "${dir}" | grep '\.pony$' | shuf | head -n 1 | xargs cat | sed -e ':a;N;$!ba;s:\$[^$]*\$::g'