#!/bin/bash
# February 2005
#  mathspic.sh   # mathspic  script
# put this file in  /usr/local/bin
## rename it:  mathspic.sh --> mathspic
#################
#  format is:
#     bash mathspic.sh <options etc>
#     mathspic [-b] [-c] [-h] [-o outfile]  infile
#################

perl   /usr/local/bin/mpic100.pl    $1  $2  $3  $4  $5
