mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
9 lines
196 B
Bash
9 lines
196 B
Bash
#!/bin/sh
|
|
#
|
|
# if-simple - Simple text input filter for lpd
|
|
# Installed in /usr/local/libexec/if-simple
|
|
#
|
|
# Simply copies stdin to stdout. Ignores all filter arguments.
|
|
|
|
/bin/cat && exit 0
|
|
exit 2
|