Skip to content

Instantly share code, notes, and snippets.

@gavincarr
gavincarr / inventory
Last active December 13, 2015 18:48
Script to take a quick inventory of a RedHat/CentOS box
#!/bin/bash
banner() {
echo
echo '**********************************************************************************************'
echo $*
echo '**********************************************************************************************'
echo
}
run() {