Skip to content

Instantly share code, notes, and snippets.

View jarland's full-sized avatar

Jarland Donnell jarland

View GitHub Profile

Keybase proof

I hereby claim:

  • I am jarland on github.
  • I am jarland (https://keybase.io/jarland) on keybase.
  • I have a public key ASBvhY7uvuyoaq9JKh9cVJPc5dact6gXPQ2WnJgr8V2nIgo

To claim this, I am signing this object:

#!/bin/bash
#
# CentOS 6.5 x86_64 LAMP Stack
## Root?
############
if [ "x$(id -u)" != 'x0' ]; then
echo "You must be root to run this script."
exit 1
fi