view zshrc-systemd @ 190:9497813bbdcf

docker-compose ist kein separates Binary mehr, sondern kommt als Teil der Docker Kommandozeile
author Dirk Olmes <dirk.olmes@codedo.de>
date Fri, 20 Jun 2025 08:21:24 +0200
parents 383ea800bf98
children
line wrap: on
line source

function sc() {
	local SUDO=""

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