Mercurial > hg > xemacs-beta
view lib-src/mule/any2ps @ 132:757f1c4d15f7 xemacs-20-1
Added tag xemacs-20-1p4 for changeset 869e1851236b
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:29:09 +0200 |
parents | 131b0175ea99 |
children |
line wrap: on
line source
#!/bin/sh # Usage: any2ps [-in coding-system ] [options_of_m2ps ..] <infile >outfile CODING= if [ "$1" = "-in" -a -n "$2" ] ; then CODING=$2; shift; shift; fi coco ${CODING} '*internal*' | m2ps $*