5 lines
111 B
Bash
5 lines
111 B
Bash
#!/bin/bash
|
|
|
|
ssh -o ConnectTimeout=1 root@ledbanner.bitlair.nl shutdown -h now
|
|
sleep 10
|
|
powerbar-switch 20 off
|