aboutsummaryrefslogtreecommitdiff
path: root/ttyponies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ttyponies.sh')
-rwxr-xr-xttyponies.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/ttyponies.sh b/ttyponies.sh
deleted file mode 100755
index 4913119..0000000
--- a/ttyponies.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-
-for pony in $(ls --color=no ponies/); do
- echo "building ttypony: $pony"
- if [[ `readlink "ponies/$pony"` = '' ]]; then
- ponysay2ttyponysay < "ponies/$pony" | tty2colourfultty -c 1 -e > "ttyponies/$pony"
- elif [[ ! -f "ttyponies/$pony" ]]; then
- ln -s `readlink "ponies/$pony"` "ttyponies/$pony"
- fi
-done
-