espeak "Ding" > /dev/null 2>&1

This commit is contained in:
fred 2022-11-15 19:58:35 +01:00
parent d323ebe5df
commit ab6dd7d64f
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ while true; do
############################################################################
URL=$(cat $HOME/.zen/tmp/coucou/${MOATS}.myIP.http | nc -l -p 1234 -q 1 | grep '^GET' | cut -d ' ' -f2 | cut -d '?' -f2)
############################################################################
espeak "Ding"
espeak "Ding" > /dev/null 2>&1
echo "URL" > ~/.zen/tmp/coucou/${MOATS}.url ## LOGGING URL
############################################################################