5 lines
98 B
Fish
5 lines
98 B
Fish
function poweroff --description 'alias poweroff sudo poweroff'
|
|
sudo poweroff $argv
|
|
|
|
end
|