Sophie

Sophie

distrib > Mageia > 8 > aarch64 > by-pkgid > a6f7fdabe9f6c05ace50419d1669bc1a > files > 1

cups-2.3.3op2-1.mga8.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"