view zshrc-systemd @ 182:d74e3821363e

Readme for some basic documentation
author Dirk Olmes <dirk.olmes@codedo.de>
date Sat, 08 Aug 2020 11:40:20 +0200
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

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