dotfiles/zsh/.zsh/plugins/wakeonlan/_wake

5 lines
96 B
Plaintext
Raw Normal View History

2024-04-26 17:41:20 +00:00
#compdef wake
#autoload
_arguments "1:device to wake:_files -W '$HOME/.wakeonlan'" && return 0