X-Git-Url: https://git.realraum.at/?p=svn42.git;a=blobdiff_plain;f=speak_on_slug_realraumuser.sh;fp=speak_on_slug_realraumuser.sh;h=0000000000000000000000000000000000000000;hp=bb1ed34e7a2a402636cae4152c7be2a40d6002ac;hb=ff9137d257207a3a4b03c4f453cc1b7ce1e3cf17;hpb=a34e51d757fe52cb19de2937ae1b211894167524 diff --git a/speak_on_slug_realraumuser.sh b/speak_on_slug_realraumuser.sh deleted file mode 100755 index bb1ed34..0000000 --- a/speak_on_slug_realraumuser.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -TFILE=$(mktemp) -flite -t "$*" $TFILE -toolame $TFILE - 2>/dev/null | ssh -o PasswordAuthentication=no -o StrictHostKeyChecking=no root@slug.realraum.at /home/playmp3.sh - -rm $TFILE