Adding wake on lan aliases to zsh

This commit is contained in:
Andrew Davidson 2023-06-06 12:02:53 -07:00
parent fba9812575
commit 05d0bbcd20
Signed by: amd
SSH key fingerprint: SHA256:6jDSUhitcXG0Nrh/g8Gy8ZJdsZ5LzPJlaGmGKUGfP5k

View file

@ -34,3 +34,7 @@ alias speedtest="curl -o /dev/null http://speedtest-nyc1.digitalocean.com/100mb.
# Build for multiple platforms and push to forgejo
alias dbuild="docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 --push -t git.andr3w.net/amd/$(basename $(pwd)):latest -t git.andr3w.net/amd/$(basename $(pwd)):$(date "+%Y-%m-%d") ."
# Send magic packets to hosts to wake them from sleep
alias wake_richie="wakeonlan ec:b1:d7:44:91:40"
alias wake_ari="wakeonlan 3c:97:0e:97:32:84 6c:88:14:36:92:b0"