summarylogtreecommitdiffstats
path: root/xastir-speech
blob: dde534a1d36e14b81d65d69eb945388c6bd444c5 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

if pgrep festival &> /dev/null
  then
    xastir
  else
    festival --server & xastir
    pkill festival
fi