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