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