diff options
Diffstat (limited to 'abs/extra-testing/mythappletrailers/loading.sh')
-rwxr-xr-x | abs/extra-testing/mythappletrailers/loading.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/abs/extra-testing/mythappletrailers/loading.sh b/abs/extra-testing/mythappletrailers/loading.sh deleted file mode 100755 index e4e85fc..0000000 --- a/abs/extra-testing/mythappletrailers/loading.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -. /etc/osd_cat.cfg || { - color=yellow - outline=2 - outlinecolour=black - shadow=0 - shadowcolour=black - font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" -} - -echo -e "Loading . . . " | osd_cat --pos=middle --align=center --delay=10 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font |