From fc60849a1d144e676469cde84394037970e7e282 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 28 Aug 2019 10:59:58 +0200 Subject: [PATCH] added espeak command to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8c6c3c4..b70f6c4 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,10 @@ install bash on all of them for i in {1..26}; do echo $i;ssh pi@hugvey$i.local "cd hugvey && sudo bash install_server.sh"; done ``` +make them say their number +```bash +for i in {1..26}; do echo $i;ssh pi@hugvey$i.local "espeak -f /etc/hostname"; done +``` ### Monitoring the server processes