#!/bin/ksh93 # Initial definition. Will leave the .ocp file in the local directory. [[ -z $1 ]] && exit 1 X="${1##*/}" X="${X%.ocp}" otp2ocp "$X" 1>&2