blechelse.sh/inc/tones.sh
2025-04-01 21:01:31 +02:00

5 lines
121 B
Bash
Executable file

Ansage_Start() {
#Gong
printf "${RED}Gong${NC}\n"
mpv modules/gong/klangtyp_modern/ag-short-gong3.wav 2&>1 1>/dev/null
}