Last active 1705433134

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

wakeonlan.sh Raw
1alias 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"'