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