sysfiles/usr/local/jilits/libcommon.sh

6 lines
61 B
Bash

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