fix wakeonlan

This commit is contained in:
Lee Tang
2022-03-13 21:15:19 +08:00
parent 6fa77b0a86
commit 98451f39c9

2
.zshrc
View File

@@ -103,7 +103,7 @@ alias kk='kubectl krew'
alias vim='nvim'
alias vi='nvim'
alias jumper='ssh tangli@10.1.4.14 -p 32200'
alias wol_xps8940="host root.pi.d0zingcat.xyz | cut -d ' ' -f 4 | cat | xargs -I {} /usr/local/bin/wakeonlan -i {} -p 30009 'FC:44:82:13:BA:0F'"
alias wol_xps8940="host root.pi.d0zingcat.xyz | cut -d ' ' -f 4 | cat | xargs -I {} wakeonlan -i {} -p 30009 'FC:44:82:13:BA:0F'"
alias nerdctl='lima nerdctl'
alias docker='lima docker'