mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
10 lines
102 B
Bash
10 lines
102 B
Bash
set -e
|
|
|
|
if [ "$EUID" -ne 0 ]; then
|
|
echo "[Warning] Not running as root"
|
|
fi
|
|
|
|
#echo $$ >$PID_FILE
|
|
|
|
$@
|