Files
2025/share/scalert/event.sh

12 lines
188 B
Bash
Executable File

#!/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