summarylogtreecommitdiffstats
path: root/xastir-speech
diff options
context:
space:
mode:
Diffstat (limited to 'xastir-speech')
-rw-r--r--xastir-speech9
1 files changed, 9 insertions, 0 deletions
diff --git a/xastir-speech b/xastir-speech
new file mode 100644
index 000000000000..dde534a1d36e
--- /dev/null
+++ b/xastir-speech
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if pgrep festival &> /dev/null
+ then
+ xastir
+ else
+ festival --server & xastir
+ pkill festival
+fi