From e40fc849149dd97c248866a4a1d026dda5e57b62 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Mon, 7 Mar 2011 19:01:11 +0000 Subject: clean3 --- attic/muse2-oom/muse2/oomfiles/rgd2muse.sh | 9 ++++++++ attic/muse2-oom/muse2/oomfiles/rgd2muse.xsl | 33 +++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100755 attic/muse2-oom/muse2/oomfiles/rgd2muse.sh create mode 100644 attic/muse2-oom/muse2/oomfiles/rgd2muse.xsl (limited to 'attic/muse2-oom/muse2/oomfiles') diff --git a/attic/muse2-oom/muse2/oomfiles/rgd2muse.sh b/attic/muse2-oom/muse2/oomfiles/rgd2muse.sh new file mode 100755 index 00000000..651cd529 --- /dev/null +++ b/attic/muse2-oom/muse2/oomfiles/rgd2muse.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +#test $# != 1 && echo "Usage: $0 " && exit 1 +mkdir -p MUSE_MAPS +for f in *.rgd +do + gunzip -c $f | xsltproc $(dirname $0)/rgd2muse.xsl - > "MUSE_MAPS/$(basename $f .rgd).idf" +done + diff --git a/attic/muse2-oom/muse2/oomfiles/rgd2muse.xsl b/attic/muse2-oom/muse2/oomfiles/rgd2muse.xsl new file mode 100644 index 00000000..6502435b --- /dev/null +++ b/attic/muse2-oom/muse2/oomfiles/rgd2muse.xsl @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3