added espeak command to readme
This commit is contained in:
parent
293bc3a2ea
commit
fc60849a1d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
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
|
### Monitoring the server processes
|
||||||
|
|
Loading…
Reference in a new issue