xref: /plan9/sys/src/cmd/gs/lib/gslp (revision 593dc095aefb2a85c828727bbfa9da139a49bdf4)
1#!/bin/sh
2# $Id: gslp,v 1.4 2004/08/04 00:55:46 giles Exp $
3
4# This definition is changed on install to match the
5# executable name set in the makefile
6GS_EXECUTABLE=gs
7
8exec $GS_EXECUTABLE -q -sDEVICE=epson -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
9