[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
11
share/scalert/event.sh
Executable file
11
share/scalert/event.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo " $1"
|
||||
|
||||
if [ "$2" = "1" ]; then
|
||||
aplay ~/.seiscomp/siren03.wav
|
||||
echo " $1" | sed 's/,/, ,/g' | festival --tts;
|
||||
else
|
||||
echo " $1" | sed 's/,/, ,/g' | festival --tts;
|
||||
fi
|
||||
|
Reference in New Issue
Block a user