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