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