espeak "Ding"

This commit is contained in:
fred 2022-11-15 17:24:07 +01:00
parent dfd4395d6d
commit 05f8b9fe96
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ 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"
echo "URL" > ~/.zen/tmp/coucou/${MOATS}.url ## LOGGING URL
############################################################################
start=`date +%s`