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