#!/usr/bin/env zsh # author: Daniel Sommer # license: MIT # exit if user is not root [[ "$EUID" != "0" ]] && return echo "LOGIN AS ROOT"