#!/bin/sh - dir="$1" pref="$2" start="$3" stop="$4" if [ -z "$dir" -o -z "$start" -o -z "$stop" ]; then echo "Usage: $0