#!/bin/sh if [ $# = 0 ] then echo "usage: simplePOW.access directory" 1>&2 exit 1 fi ln -s "$1"/data/simplePOW_proc/_ACompo . ls -l echo "simplePOW terminated"