summaryrefslogtreecommitdiff
path: root/Donjon/data/thm_salt_lf_texp.access
blob: 8d324681bf84f024d6f982c68619f0a9d7f55f30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
if [ $# = 0 ]
   then
   echo "usage: thm_salt_lf_texp.access directory" 1>&2
   exit 1
fi
echo TINST.access
MACH=`uname -s`
Sysx="`echo $MACH | cut -b -6`"
if [ $Sysx = "CYGWIN" ]; then
   MACH=`uname -o`
elif [ $Sysx = "Darwin" ]; then
   MACH=`uname -sm | sed 's/[ ]/_/'`
elif [ $Sysx = "SunOS" ]; then
   MACH=`uname -sm | sed 's/[ ]/_/'`
fi
ln -s "$1"/data/thm_salt_lf_texp_proc/MSTPDB.data .
ls -l
echo "thm_salt_lf_texp access script terminated"