Skip to content

Instantly share code, notes, and snippets.

@EdHurtig
Last active September 12, 2015 03:34
Show Gist options
  • Save EdHurtig/c2e704016095cae3e229 to your computer and use it in GitHub Desktop.
Save EdHurtig/c2e704016095cae3e229 to your computer and use it in GitHub Desktop.
Put me in your .bashrc!
function vagrant() {
command vagrant $@
if [[ $1 -eq "up" && $? -eq 0 ]]; then
date >> .bounces
fi
}
function bounces() {
cat .bounces | wc -l | | tr -d '[[:space:]]'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment