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