mklni/setup.sh
2024-11-03 00:37:06 +05:00

12 lines
148 B
Bash
Executable file

#!/usr/bin/env bash
source ./common.d/functions.sh
if [ "$(id -u)" != "0" ]; then
log "$0 must be run as root"
exit 3
fi
arguments "$*"