#!/bin/sh SCRIPT="$(basename $0)" GREEN='\033[1;32m' GREY='\033[90m' ORANGE='\033[0;33m' RED='\033[0;31m' NC='\033[0m' # No Color usage() { cat <