Skip to content

Instantly share code, notes, and snippets.

@Raz0rwire
Last active February 17, 2016 12:31
Show Gist options
  • Save Raz0rwire/2a2976838fcd9c4ea05f to your computer and use it in GitHub Desktop.
Save Raz0rwire/2a2976838fcd9c4ea05f to your computer and use it in GitHub Desktop.
Bash/Zsh alias for GiefIP.com
gief(){
if [ $# -eq 0 ];
then
wget http://giefip.com -qO -
else
wget http://giefip.com/$1 -qO -
fi
echo ""
}
alias gief=gief
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment