Discussion
:
Can't stop script with ctrl-c
Afficher un message
19/08/2006, 19h16
#
1
Dave Farrance
Messages: n/a
Hébergeur:
Can't stop script with ctrl-c
This script uses the "festival" speech synthesis app to keep saying the
word hello. Why can't I stop it with ctrl-c? Is there a workaround?
#!/bin/bash
while true; do
echo "hello" | festival --tts
done
--
Dave Farrance
Dave Farrance
Page generated in
0,09045
seconds with
9
queries