c41f428fe3
yup provides a PostScript printer with the capability of printing any number of reduced page images on one physical sheet of paper, be they PostScript or ASCII text. Supplied by grant at grunta.com in PR#14128. Thanks!
13 lines
340 B
Text
13 lines
340 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/06/04 14:32:55 cjep Exp $
|
|
|
|
--- yup.orig Wed Feb 15 13:26:04 1995
|
|
+++ yup Tue Oct 2 21:44:58 2001
|
|
@@ -1,5 +1,6 @@
|
|
-#! /usr/local/bin/perl
|
|
-#
|
|
+eval 'exec perl -S $0 ${1+"$@"}'
|
|
+ if $running_under_some_shell;
|
|
+#
|
|
# yup -- print multiple PS/text images on one page.
|
|
# Copyright (C) 1995 Malcolm Herbert
|
|
#
|