Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
turboprint / usr / lib / turboprint / commandtoturboprint
Size: Mime:
#! /bin/bash
########
# commandtoturboprint - CUPS filter for turboprint driver system
#
# vnd.cups-command conversion filter
# command "TurboPrintDuplexJobPS" used for second part of duplex job
# stdin = postscript with #CUPS-COMMAND... header
#
# TODO: implement commands "Clean all" and "PrintSelfTestPage"
#
# Copyright 2008 ZEDOnet
# Version 2.05
# Created 14.10.2008 ZEDOnet GmbH 
########
PATH=/usr/lib/cups/filter:/usr/lib64/cups/filter:/usr/libexec/cups/filter

# current implementation: everything handled by pstoturboprint filter

source pstoturboprint