Skip to content

Instantly share code, notes, and snippets.

@EECOLOR
Created May 15, 2024 18:59
Show Gist options
  • Save EECOLOR/f6b939d15de60040f9a6da325d77425b to your computer and use it in GitHub Desktop.
Save EECOLOR/f6b939d15de60040f9a6da325d77425b to your computer and use it in GitHub Desktop.
Send wake on lan to MAC
MAC=11:22:33:44:55:66
echo -e $(echo $(printf 'f%.0s' {1..12}; printf "$(echo $MAC | sed 's/://g')%.0s" {1..16}) | sed -e 's/../\\x&/g') | nc -w1 -u -b 255.255.255.255 4000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment