stuff from /flash
[svn42.git] / speak_on_slug_realraumuser.sh
diff --git a/speak_on_slug_realraumuser.sh b/speak_on_slug_realraumuser.sh
new file mode 100755 (executable)
index 0000000..bb1ed34
--- /dev/null
@@ -0,0 +1,5 @@
+#!/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