summaryrefslogtreecommitdiff
path: root/Donjon/data/d2p_mco.access
blob: fe6e7052cbecbb6e79a64da54e5054974ba2b4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
accessname=$(basename $0 | cut -d"." -f1)
if [ $# = 0 ]
   then
   echo "usage: "$accessname".access directory" 1>&2
   exit 1
fi

# ASCII Multicompo
cp "$1"/data/d2p_xslib/_ACompoH2A_UOX_NONE_ass_4cal ./XSLIB
ls -l
echo $accessname".access script completed"