Skip to content

Instantly share code, notes, and snippets.

View kim0's full-sized avatar

Ahmed Kamal kim0

  • http://cloud9ers.com/
  • Cairo, Egypt
View GitHub Profile
#!/bin/bash
#Redirect stdout and stderr
exec > /tmp/customization.log
exec 2> /tmp/customization.err
HOSTNAME=$1
IP=$2
SUBNET=$3
GATEWAY=$4