Re: Re: How to create a margin when printing?
Michael Abbott <[email protected]>
| Newsgroups | gmane.mail.pine.general |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 28 Aug 2006, Lucio Chiappetti wrote: > I report here print_wrap as a stupid demo > > #! /bin/csh -f > # > # wrapper to make print "pipable" > # for use as print command within Pine mail > # > cat - >/tmp/print.$$ > print /tmp/print.$$ > rm /tmp/print.$$ Well, for fun, here is the same thing using bash: #!/usr/bin/env bash print <(cat -) Cool, eh?! _______________________________________________ Pine-info mailing list [email protected] http://mailman1.u.washington.edu/mailman/listinfo/pine-info