Files
Linux.js---javascript-OS/chibraxLoader/build.sh
T
2021-12-03 09:36:49 +01:00

8 lines
118 B
Bash
Executable File

#!/bin/bash
if [ "$EUID" = 0 ]
then echo "Please don't run this as root"
exit
fi
gcc chibraxLoader.c -O3 -o init