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