view zshrc-systemd @ 153:aa8f422d55ae

add openjdk8
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 07 Mar 2019 04:37:47 +0100
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

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