summarylogtreecommitdiffstats
path: root/xastir-speech
diff options
context:
space:
mode:
authornot_anonymous2018-02-20 11:10:48 -0700
committernot_anonymous2018-02-20 11:10:48 -0700
commit6dfc9e3de288a7ddb7d6933fb16f39cbac130ee3 (patch)
tree1f616580c16e1163d041039b9e290b60c8508bc4 /xastir-speech
downloadaur-xastir-fix.tar.gz
New package
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