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