Skip to content

Instantly share code, notes, and snippets.

@Geoffrey-T
Created July 9, 2013 15:10
Show Gist options
  • Save Geoffrey-T/5958157 to your computer and use it in GitHub Desktop.
Save Geoffrey-T/5958157 to your computer and use it in GitHub Desktop.
activate-venv() {
source ~/.virtualenvs/$1/bin/activate
}
md5() {
echo -n $1 | md5sum
}
my-ip() {
curl ifconfig.me
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment