From 05f8b9fe966051f580245c5890d079311b577707 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 15 Nov 2022 17:24:07 +0100 Subject: [PATCH] espeak "Ding" --- 12345.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/12345.sh b/12345.sh index 0f8d5d5e..537b5801 100755 --- a/12345.sh +++ b/12345.sh @@ -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`