chore(lpr): add lpr dummy for testing

This commit is contained in:
Steffen Jost 2022-09-16 17:03:17 +02:00
parent 20af976357
commit 5a4d8965fc

5
lpr Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
printf "lpr dummy called, arguments ignored.\n"
printf "Nothing is printed."
exit 0