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