diff options
Diffstat (limited to 'Master/xemtex/gslib/gsbj')
-rw-r--r-- | Master/xemtex/gslib/gsbj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/gsbj b/Master/xemtex/gslib/gsbj new file mode 100644 index 00000000000..3146b555dff --- /dev/null +++ b/Master/xemtex/gslib/gsbj @@ -0,0 +1,3 @@ +#!/bin/sh
+# $Id: gsbj,v 1.1 2000/03/09 08:40:40 lpd Exp $
+exec gs -q -sDEVICE=bj10e -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
|