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