git.nynim.org
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
.bashrc: Do Fink init on OSX, cond alias vi->vim
[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
-o
~
/
bin
/
hub http
://
defunkt.github.com
/
hub
/
standalone
7
chmod
755
~
/
bin
/
hub