dotfiles/.config/fish/functions/off.fish

5 lines
87 B
Fish
Executable File

# Defined in /tmp/fish.vRBZKZ/off.fish @ line 1
function off
shutdown $argv; exit
end