#!/bin/bash
# EZIPConfig - Build 121117 - http://camoy.sdf.org/
# Prereqs: BASH or equivalent shell, ifconfig
#
# Output contents of ifconfig to a text file
ifconfig > EZIPConfig_Out_$random.txt

# Inform user that program finished without errors
read -p "Output complete. Press Spacebar to close this window." -n1 -s