#!/bin/sh # vt.sh # pname=vt of="" if="" eval `vshparse if= of= -v - with $0 $*` if [ "x"$OPT = "x-" ] ; then echo "$pname: V4 sh template " 1>&2 echo "[if= ] input file " 1>&2 echo "[of= ] input file " 1>&2 echo "[-v ] visible mode " 1>&2 fi if [ "x"$OPTv = "x-v" ] ; then vcp if=$if of=$of -v else vcp if=$if of=$of fi