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