summaryrefslogtreecommitdiff
path: root/Donjon/data/rep1300_reflector_sp1.access
blob: 9b0d89b1d7c0ac72bb23c75c42a0e5560d18c1a5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/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"