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