Skip to content

Instantly share code, notes, and snippets.

@LaurentGoderre
Created March 7, 2016 21:16
Show Gist options
  • Save LaurentGoderre/5cfc97a4d30a2d1df750 to your computer and use it in GitHub Desktop.
Save LaurentGoderre/5cfc97a4d30a2d1df750 to your computer and use it in GitHub Desktop.

Revisions

  1. LaurentGoderre created this gist Mar 7, 2016.
    10 changes: 10 additions & 0 deletions getrelease.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    export WET_VERSION=$1
    mkdir $WET_VERSION && cd $WET_VERSION
    mkdir wet-boew && curl -L https://github.com/wet-boew/wet-boew-cdn/archive/$WET_VERSION.tar.gz | tar -zx --strip-components 1 --directory=wet-boew
    mkdir GCWeb && curl -L https://github.com/wet-boew/themes-cdn/archive/$WET_VERSION-gcweb.tar.gz | tar -zx --strip-components 1 --directory=GCWeb
    mkdir theme-base && curl -L https://github.com/wet-boew/themes-cdn/archive/$WET_VERSION-theme-base.tar.gz | tar -zx --strip-components 1 --directory=theme-base
    mkdir theme-gc-intranet && curl -L https://github.com/wet-boew/themes-cdn/archive/$WET_VERSION-theme-gc-intranet.tar.gz | tar -zx --strip-components 1 --directory=theme-gc-intranet
    mkdir theme-gcwu-fegc && curl -L https://github.com/wet-boew/themes-cdn/archive/$WET_VERSION-theme-gcwu-fegc.tar.gz | tar -zx --strip-components 1 --directory=theme-gcwu-fegc
    mkdir theme-ogpl && curl -L https://github.com/wet-boew/themes-cdn/archive/$WET_VERSION-theme-ogpl.tar.gz | tar -zx --strip-components 1 --directory=theme-ogpl
    mkdir theme-wet-boew && curl -L https://github.com/wet-boew/themes-cdn/archive/$WET_VERSION-theme-wet-boew.tar.gz | tar -zx --strip-components 1 --directory=theme-wet-boew
    cd -