blob: 6d548a3166e5845dc63f1c7eab983141be1b0b79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/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
|