tj.git-extras/bin/git-update-extras
2010-08-27 13:42:36 -07:00

11 lines
211 B
Bash
Executable file

#!/bin/sh
orig=$PWD
cd /tmp \
&& rm -fr ./git-extras \
&& git clone http://github.com/visionmedia/git-extras.git \
&& cd git-extras \
&& make install \
&& cd $orig \
&& echo "... update complete"