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