#!/bin/bash
 
if [[ $(id -u) -ne 0 ]]; then printf "\nMust be root or use sudo\n\n"; exit; fi