summaryrefslogtreecommitdiff
path: root/tests/gswfilt.rc
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-11-04 07:25:46 +0100
committerTor Andersson <tor@ghostscript.com>2004-11-04 07:25:46 +0100
commitc255615c490cef9718f650610ba6d082b320e0bb (patch)
treeabe98a89f98c5e12818b02ebde769438e409feec /tests/gswfilt.rc
parentc64fd9ffacb8463affc3c02eeebaee11a4028373 (diff)
downloadmupdf-c255615c490cef9718f650610ba6d082b320e0bb.tar.xz
removed obsolete files
Diffstat (limited to 'tests/gswfilt.rc')
-rw-r--r--tests/gswfilt.rc11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/gswfilt.rc b/tests/gswfilt.rc
deleted file mode 100644
index 7ce65af3..00000000
--- a/tests/gswfilt.rc
+++ /dev/null
@@ -1,11 +0,0 @@
-# test ghostscript filters
-#
-# usage: rc gsfilter.rc CCITTFaxDecode '<< ... >>' < in > out
-#
-
-builtin gs -q -dBATCH '-sDEVICE=nullpage' -c \
- '/myout (%stdout) (w) file ' ^ $2 ^ ' /' ^ $1 ^ ' filter def
- /myin (%stdin) (r) file def
- /s 1024 string def
- { myin s readstring { myout s writestring } { myout s writestring myout closefile exit } ifelse } loop'
-