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