view zshrc-systemd @ 148:238d7d13bce7

use the openjdk-bin ebuild from gentoo
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 Oct 2018 17:43:25 +0200
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

	if [[ $USER != "root" ]]; then
		SUDO="sudo"
	fi
	$SUDO systemctl $2 $1
}