From 7dfcc480ba1e19bd3232349fc733caef94034292 Mon Sep 17 00:00:00 2001 From: stainer_t Date: Mon, 8 Sep 2025 13:48:49 +0200 Subject: Initial commit from Polytechnique Montreal --- Ganlib/data/testgan4.access | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 Ganlib/data/testgan4.access (limited to 'Ganlib/data/testgan4.access') diff --git a/Ganlib/data/testgan4.access b/Ganlib/data/testgan4.access new file mode 100755 index 0000000..f6bf391 --- /dev/null +++ b/Ganlib/data/testgan4.access @@ -0,0 +1,18 @@ +#!/bin/sh +if [ $# = 0 ] + then + echo "usage: testgan4.access directory" 1>&2 + exit 1 +fi +System=`uname -s` +Sysx="`echo $System | cut -b -6`" +MACH=`uname -sm | sed 's/[ ]/_/'` +if [ $Sysx = "CYGWIN" ]; then + System=`uname -o` + MACH=$System +elif [ $Sysx = "AIX" ]; then + MACH=`uname -s` +fi +echo "System :" $System " MACH :" "$MACH" +ln -s $1/data/testgan4_proc/*.h5 . +ls -l -- cgit v1.2.3