aboutsummaryrefslogtreecommitdiff
path: root/ttyponies.sh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-07-17 19:11:35 +0200
committerMattias Andrée <maandree@operamail.com>2012-07-17 19:11:35 +0200
commitd22dd8dd260e59d6c5e5cb88d62c6d0b33992501 (patch)
treec15b9d7dbdbe16ae53e2017afda0183de15a2090 /ttyponies.sh
parenta29defcd148807b18eaf6f35b2bf20d8e6c4ac52 (diff)
downloadponysay-d22dd8dd260e59d6c5e5cb88d62c6d0b33992501.tar.gz
ponysay-d22dd8dd260e59d6c5e5cb88d62c6d0b33992501.tar.bz2
ponysay-d22dd8dd260e59d6c5e5cb88d62c6d0b33992501.zip
ttyponies.sh merged into Makefile
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
-