diff options
Diffstat (limited to 'Dragon/data/CFC-CELL.save')
| -rwxr-xr-x | Dragon/data/CFC-CELL.save | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Dragon/data/CFC-CELL.save b/Dragon/data/CFC-CELL.save new file mode 100755 index 0000000..56c9808 --- /dev/null +++ b/Dragon/data/CFC-CELL.save @@ -0,0 +1,19 @@ +#!/bin/sh +# +if [ $# = 0 ] + then + echo "usage: CFC-CELL.save directory" 1>&2 + exit 1 +fi +echo access CFC-CELL.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 FBMDT0.txt $1/"$MACH" |
