dma(8): Use FALLTHROUGH consistently.
[dragonfly.git] / share / examples / printing / if-simple
blob7a5bf97ab38f5ad48daeafbba1450dd4c51c232a
1 #!/bin/sh
3 # if-simple - Simple text input filter for lpd
4 # Installed in /usr/local/libexec/if-simple
6 # Simply copies stdin to stdout. Ignores all filter arguments.
8 /bin/cat && exit 0
9 exit 2