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