Add script to wake desktop PC

main
Ian Mancini 3 years ago
parent 921c34e470
commit 25b3288f24

Binary file not shown.

@ -0,0 +1,6 @@
#!/bin/bash
SCRIPT_PATH=$(dirname "$0")
MAC=$(gpg --decrypt "$SCRIPT_PATH/data/ethermac.gpg" 2>/dev/null)
ssh -t trovadores sudo etherwake "$MAC"
Loading…
Cancel
Save