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