#!/bin/sh if [ $# = 0 ] then echo "usage: rep1300_reflector_sp1.access directory" 1>&2 exit 1 fi ln -s "$1"/data/rep1300_reflector_proc/*.c2m . ln -s "$1"/data/rep1300_reflector_proc/referenceSaphybCalculation.sap . ls -l echo "rep1300_reflector_sp1 access script terminated"