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