Remove calls to cowsay

This commit is contained in:
Hauro 2015-04-05 15:29:00 +02:00
parent 70dfc9025d
commit 2c001f6e6e
1 changed files with 0 additions and 2 deletions

View File

@ -12,11 +12,9 @@ fi
case $1 in
close)
echo close > $PIPE_PATH
cowsay "Ich mach jetzt auf" > /var/run/banner
;;
open)
echo open > $PIPE_PATH
cowsay "Ich mach jetzt zu" > /var/run/banner
;;
*)
echo "Usage: $(basename $0) { close, open}"