5 lines
119 B
Fish
5 lines
119 B
Fish
function sytop --wraps='systemctl stop' --description 'alias sytop systemctl stop'
|
|
systemctl stop $argv
|
|
|
|
end
|