]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/latest-hub
bin/colortable: Rewrite in bash, columns for background colors
[dotfiles.git] / bin / latest-hub
1 #!/bin/sh
2 # Usage: latest-hub
3 # Grabs the latest standalone version of Chris Wanstrath's hub
4 # and puts its in your HOME/bin.
5 set -e
6 curl -sLo ~/bin/hub http://defunkt.github.com/hub/standalone
7 chmod 755 ~/bin/hub
8 ~/bin/hub --version