]> git.ipfire.org Git - thirdparty/cups.git/blame - backend/pseudo
Update more IPP strings.
[thirdparty/cups.git] / backend / pseudo
CommitLineData
f14324a7
MS
1#!/bin/sh
2#
503b54c9 3# Psuedo-backend for CUPS testing purposes.
f14324a7 4#
503b54c9 5# Copyright 2011 by Apple Inc.
f14324a7 6#
503b54c9
MS
7# These coded instructions, statements, and computer programs are the
8# property of Apple Inc. and are protected by Federal copyright
9# law. Distribution and use rights are outlined in the file "LICENSE.txt"
10# which should have been included with this file. If this file is
11# file is missing or damaged, see the license at "http://www.cups.org/".
f14324a7 12#
503b54c9 13# This file is subject to the Apple OS-Developed Software exception.
f14324a7
MS
14#
15
16if test $# = 0; then
17 echo 'direct pseudo:///deskjet "HP DeskJet" "HP DeskJet (pseudo)" "MFG:HP;MDL:DeskJet;CMD:PCL;" "Nowhere"'
18 echo 'direct pseudo:///laserjet "HP LaserJet" "HP LaserJet (pseudo)" "MFG:HP;MDL:LaserJet;CMD:PCL;" "Nowhere"'
19 exit 0
20fi
21
22cat $6 >/dev/null
23sleep 5
24exit 0