Last active 1705433134

Alias for waking a host wit WOL and wait until it is up, requires wol

Jarno Rankinen revised this gist 1626073226. Go to revision

1 file changed, 1 insertion

wakeonlan.sh(file created)

@@ -0,0 +1 @@
1 + alias fx8_wake='wol MA:CA:DD:RE:SS; printf "Waiting response.."; while ! ping -c1 -w1 HOST > /dev/null; do printf "."; done && printf "\nHOST is up and running\n"'
Newer Older