#!/bin/sh
if [ "$1" = "-p" ]; then
  shift
  ./ntu2cjk -p $1 0x$2 $3 $4 > $5
else
  ./ntu2cjk $1 $2 $3 $4 > $5
fi
