cmds=(status show start stop reload restart enable disable daemon-reload) for cmd in $cmds; do alias sc-$cmd="sudo systemctl $cmd" done