Mercurial > repos > jmchilton > johnstestrepo
view galaxyp-galaxyp-toolshed-msconvert-1b34c4d7cd01/update_repo.sh @ 2:f3234fa35d1b draft
Uploaded
author | jmchilton |
---|---|
date | Thu, 20 Sep 2012 00:28:19 -0400 |
parents | |
children |
line wrap: on
line source
#!/bin/bash sed -e '/BEGIN_VERSION_RAW/,/END_VERSION_RAW/d' -e '/BEGIN_VERSION_3/,/END_VERSION_3/d' -e 's/\$VERSION/2/g' -e 's/\$DESCRIPTION//g' msconvert.xml.template > msconvert2.xml sed -e '/BEGIN_VERSION_DEFAULT/,/END_VERSION_DEFAULT/d' -e '/BEGIN_VERSION_3/,/END_VERSION_3/d' -e 's/\$VERSION/2/g' -e 's/\$DESCRIPTION/_raw/g' msconvert.xml.template > msconvert2_raw.xml sed -e '/BEGIN_VERSION_RAW/,/END_VERSION_RAW/d' -e 's/\$VERSION/3/g' -e 's/\$DESCRIPTION//g' msconvert.xml.template > msconvert3.xml sed -e '/BEGIN_VERSION_DEFAULT/,/END_VERSION_DEFAULT/d' -e 's/\$VERSION/3/g' -e 's/\$DESCRIPTION/_raw/g' msconvert.xml.template > msconvert3_raw.xml