view zshrc-systemd @ 146:d6fba0677bff

update to jdk11
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 23 Oct 2018 17:36:59 +0200
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

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