summaryrefslogtreecommitdiff
path: root/Dragon/data/rep900_mco.save
diff options
context:
space:
mode:
Diffstat (limited to 'Dragon/data/rep900_mco.save')
-rwxr-xr-xDragon/data/rep900_mco.save20
1 files changed, 20 insertions, 0 deletions
diff --git a/Dragon/data/rep900_mco.save b/Dragon/data/rep900_mco.save
new file mode 100755
index 0000000..3bd96be
--- /dev/null
+++ b/Dragon/data/rep900_mco.save
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+if [ $# = 0 ]
+ then
+ echo "usage: rep900_mco.save directory" 1>&2
+ exit 1
+fi
+echo access rep900_mco.save
+MACH=`uname -s`
+Sysx="`echo $MACH | cut -b -6`"
+if [ $Sysx = "CYGWIN" ]; then
+ MACH=`uname -o`
+elif [ $Sysx = "AIX" ]; then
+ MACH=`uname -s`
+else
+ MACH=`uname -sm | sed 's/[ ]/_/'`
+fi
+ls -l
+mv ACOMPO $1/"$MACH"/_ACompo
+echo "rep900_mco.save completed"