Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > a6aae3a662c1e10e2473fbb4ddffc9d5 > files > 2

cups-2.0.4-1.3.mga5.src.rpm

#!/bin/bash

INPUT=-
if [ $# == 6 ]
then
  INPUT=$6
fi

# Extract the papersize
PAPERSIZE=`grep '^\*DefaultPageSize' "$PPD" | cut -d\  -f2`
LC_ALL=ja_JP mpage -b$PAPERSIZE -1 -o -f -m18lr36bt -P- "$INPUT"