summaryrefslogtreecommitdiff
path: root/Dragon/data/ASSBLY_CASEA_1level_apex_boron.save
blob: 128792665f293f549fcb15260bb75a68eae05df8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh
#
if [ $# = 0 ]
   then
   echo "usage: ASSBLY_CASEA_1level_apex_boron.save directory" 1>&2
   exit 1
fi
echo access ASSBLY_CASEA_1level_apex_boron.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 MyApex.hdf $1/"$MACH"/assbly_caseA_apex.hdf
echo "ASSBLY_CASEA_1level_apex_boron.save completed"