Skip to content

Instantly share code, notes, and snippets.

@jonatassalgado
Created January 24, 2015 04:10
Show Gist options
  • Save jonatassalgado/85e64bb7f250f58ac24d to your computer and use it in GitHub Desktop.
Save jonatassalgado/85e64bb7f250f58ac24d to your computer and use it in GitHub Desktop.
Automate access to services of Villeme from bash
#!/bin/bash
service=$1
case "$service" in
site) firefox http://www.villeme.com;;
github) firefox http://www.github.com/jonatassalgado/villeme;;
snap) firefox https://snap-ci.com/jonatassalgado/villeme/branch/master;;
codeclimate) firefox https://codeclimate.com/github/jonatassalgado/villeme;;
esac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment