3 lines
96 B
Fish
3 lines
96 B
Fish
function shutdown --description 'alias shutdown=shutdown now'
|
|
command shutdown now $argv;
|
|
end
|