blob: f0d0d76fc1403b4f47fd6dce101e322001fcf117 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
## April 26, 2010
## RWD Nickalls & A Syropoulos
## mathspic.sh # mathspic script
## put this file in /usr/local/bin
## rename it: mathspic.sh --> mathspic
## and make it executable (chmod 755 mathspic)
#################
## format is:
## bash mathspic.sh <options> filename
## mathspic [-b] [-c] [-h] [-o outfile] infile
#################
perl /usr/local/bin/mathspic113.pl $1 $2 $3 $4 $5
|