Skip to content

Instantly share code, notes, and snippets.

@cedricvidal
Last active October 30, 2015 00:55
Show Gist options
  • Save cedricvidal/64bb6d201ae48557cb49 to your computer and use it in GitHub Desktop.
Save cedricvidal/64bb6d201ae48557cb49 to your computer and use it in GitHub Desktop.
#!/bin/sh
V=0.2.1;JGFSVD=~/.jgitflow-semver/$V;JGFSV=$JGFSVD/jgitflow-semver-$V.sh; ([ ! -f $JGFSV ] && mkdir -p $JGFSVD && \
wget -q -O $JGFSV http://dl.bintray.com/cedric-vidal/jgitflow-semver/com/quicksign/jgitflow-semver/jgitflow-semver/$V/jgitflow-semver-$V-script.sh && \
chmod a+x $JGFSV || exit 0) && [ `md5 -q $JGFSV` == "90e7e6a8be2c198824e4d443f6f6f68e" ]
$JGFSV $*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment