Small changes
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
#!/bin/bash
|
||||
if [ "$EUID" = 0 ]
|
||||
then echo "Please don't run this as root"
|
||||
exit
|
||||
fi
|
||||
|
||||
gcc chibraxLoader.c -O3 -o init
|
||||
|
||||
Reference in New Issue
Block a user