#!/bin/sh if [ $# = 0 ] then echo "usage: thm_salt_lf.access directory" 1>&2 exit 1 fi cp "$1"/data/thm_salt_lf_proc/MSTPDB.data . ls -l echo "thm_salt_lf access script terminated"