diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib-src/mule/any2ps	Mon Aug 13 09:02:59 2007 +0200
@@ -0,0 +1,10 @@
+#!/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 $*