Duke's utils
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
256 B

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