summaryrefslogtreecommitdiff
path: root/community/ucblogo/logo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'community/ucblogo/logo.sh')
-rw-r--r--community/ucblogo/logo.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/community/ucblogo/logo.sh b/community/ucblogo/logo.sh
deleted file mode 100644
index 4f80180c0..000000000
--- a/community/ucblogo/logo.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-export LOGOLIB=/usr/lib/logo/logolib
-if [[ -f "$1" ]]; then
- cat "$1" | /usr/bin/logo.elf "$*" | head -n-2
-else
- /usr/bin/logo.elf "$@"
-fi