summaryrefslogtreecommitdiff
path: root/Donjon/data/testNAPhet.access
blob: 3e0f611ad4c9417693d2bbda59ac974708e71d89 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
if [ $# = 0 ]
   then
   echo "usage: testNAPhet.access directory" 1>&2
   exit 1
fi
ln -s "$1"/data/testNAPhet_proc/_ACPOenrichU0 .
ln -s "$1"/data/rep900_proc/_ACompo_rep900 _ACompo
ls -l
echo "testNAPhet access script terminated"