Mercurial > hg > zsh-env
view zshrc-systemd @ 187:7d3c872681cb
more braucht jetzt eine Option, damit am Ende "rausgefallen" wird
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Tue, 14 Mar 2023 07:19:11 +0100 |
parents | 383ea800bf98 |
children |
line wrap: on
line source
function sc() { local SUDO="" if [[ $USER != "root" ]]; then SUDO="sudo" fi $SUDO systemctl $2 $1 }