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