Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > af3bc2e7a0f4ec3df914667f2210a13b > files > 2

cups-1.4.6-3.1.mga1.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"