Skip to content

Instantly share code, notes, and snippets.

@jsdevel
Created August 15, 2014 22:33
Show Gist options
  • Save jsdevel/108f1ef264ecd1dca46e to your computer and use it in GitHub Desktop.
Save jsdevel/108f1ef264ecd1dca46e to your computer and use it in GitHub Desktop.
#!/bin/bash
host="`hostname`"
if [ -z "`grep -o "$host" /etc/hosts`" ];then
sed -i "s|\(127.0.0.1.*\)$|\1 $host|" /etc/hosts
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment