repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
xastir
/
xastir-speech
blob
dde534a1d36e14b81d65d69eb945388c6bd444c5
1
#!/bin/sh
2
3
if
pgrep festival
&> /
dev
/
null
4
then
5
xastir
6
else
7
festival
--server
&
xastir
8
pkill festival
9
fi