home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 1 / PCNET_CD_2006_09.iso / linux / puppy-barebones-2.01r2.iso / pup_201.sfs / usr / bin / gsbj < prev    next >
Encoding:
Text File  |  2005-07-31  |  280 b   |  9 lines

  1. #!/bin/sh
  2. # $Id: gsbj,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
  6. GS_EXECUTABLE=gs
  7.  
  8. exec $GS_EXECUTABLE -q -sDEVICE=bj10e -r180 -dNOPAUSE -sPROGNAME=$0 -- gslp.ps --heading-center "`date`" "$@"
  9.