#!/bin/bash im_root() { [ "$EUID" -eq 0 ] || return 1 }