Mercurial > hg > zsh-env
view zshrc-systemd @ 156:2f71ba394858
update jdks
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 27 Sep 2019 10:11:01 +0200 |
parents | 383ea800bf98 |
children |
line wrap: on
line source
function sc() { local SUDO="" if [[ $USER != "root" ]]; then SUDO="sudo" fi $SUDO systemctl $2 $1 }