mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 01:03:07 +01:00
4 lines
80 B
Fish
4 lines
80 B
Fish
|
function sc-start -d "Start systemd service"
|
||
|
sudo systemctl start $argv
|
||
|
end
|