.KEY MPFILE/A,MPXFILE/A
;^^^ Beware that the first line must be a dot command in order that
;    AmigaOS acknowledges any dot command in a shell script!

; This Amiga shell script passes arguments, i.e., two filenames, from
; MetaPost to the ARexx script makempx.rexx.  To use this mechanism,
; copy this script file to the S: directory.  Note that the `s' flag
; must be preserved for automatic execution.
;
; Copyright (C) 1997 by Andreas Scherer
; This is free software; the author gives unlimited permission
; to copy, distribute, and modify this script.

rx makempx.rexx <MPFILE> <MPXFILE>

; End of file.
