#!/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"