You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-print/kyocera-1x2x-mfp-driver/files/rastertokpsl-fix.sh

8 lines
399 B

#!/bin/bash
# This file is a slightly modified version of 'rastertokpsl_wrapper' script
# by Maxim Norin. See https://github.com/mnorin/kyocera-ppd-installer for
# the original version.
# Distributed under the terms of the GNU General Public License v2.
jobname="$(echo "$3" | grep -Eo "[[:alnum:]]" | tr -d "\n" | tail -c 20)"
/usr/libexec/cups/filter/rastertokpsl "$1" "$2" "${jobname}" "$4" "$5"