home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / bin / bdftops < prev    next >
Encoding:
Text File  |  2005-11-16  |  173 b   |  9 lines

  1. #!/bin/sh
  2. # $Id: bdftops,v 1.4 2002/02/21 21:49:28 giles Exp $
  3. gs="`dirname $0`/gs"
  4. if test ! -x "$gs"; then
  5.     gs=gs
  6. fi
  7.  
  8. exec "$gs" -q -dBATCH -dNODISPLAY -- bdftops.ps "$@"
  9.