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