#!/bin/sh #author: Chris Sincock #This software is provided as-is and is not guaranteed to be free of defects. Use it only at your own risk. prog="$1" shift echo "$prog" "$@" #echo "Running:$prog" #echo "Args:" "$@" "$prog" "$@" echo echo Hit Enter to continue read blah