summaryrefslogtreecommitdiff
path: root/PyGan/data/pincell_mpo_concat.save
diff options
context:
space:
mode:
Diffstat (limited to 'PyGan/data/pincell_mpo_concat.save')
-rwxr-xr-xPyGan/data/pincell_mpo_concat.save20
1 files changed, 20 insertions, 0 deletions
diff --git a/PyGan/data/pincell_mpo_concat.save b/PyGan/data/pincell_mpo_concat.save
new file mode 100755
index 0000000..8a16b90
--- /dev/null
+++ b/PyGan/data/pincell_mpo_concat.save
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+if [ $# = 0 ]
+ then
+ echo "usage: pincell_mpo_concat.save directory" 1>&2
+ exit 1
+fi
+echo "access pincell_mpo_concat.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 MyMpoCat.hdf $1/"$MACH"/
+echo "pincell_mpo_concat.save completed"