comparison lib-src/mule/any2ps @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents
children
comparison
equal deleted inserted replaced
69:804d1389bcd6 70:131b0175ea99
1 #!/bin/sh
2 # Usage: any2ps [-in coding-system ] [options_of_m2ps ..] <infile >outfile
3
4 CODING=
5 if [ "$1" = "-in" -a -n "$2" ] ; then
6 CODING=$2;
7 shift; shift;
8 fi
9
10 coco ${CODING} '*internal*' | m2ps $*