7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Switches off the led-board.
|
|
ssh root@bitpanel.bitlair.nl shutdown -h now
|
|
sleep 5
|
|
apc-switch 23 off
|
|
sleep 1
|