annotate galaxyp-galaxyp-toolshed-msconvert-d5dd196252d2/update_repo.sh @ 6:ffe1dca94595 draft

Uploaded
author galaxyp
date Mon, 17 Feb 2014 16:42:53 -0500
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
1 #!/bin/bash
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
2
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
3 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
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
4 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
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
5
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
6
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
7 sed -e '/BEGIN_VERSION_RAW/,/END_VERSION_RAW/d' -e 's/\$VERSION/3/g' -e 's/\$DESCRIPTION//g' msconvert.xml.template > msconvert3.xml
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
8 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
ffe1dca94595 Uploaded
galaxyp
parents:
diff changeset
9