dotfiles/.config/fish/functions/sc-stop.fish

4 lines
77 B
Fish

function sc-stop -d "Stop systemd service"
sudo systemctl stop $argv
end