From 5a4d8965fc96db0fe596dd338c877744350459e2 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Fri, 16 Sep 2022 17:03:17 +0200 Subject: [PATCH] chore(lpr): add lpr dummy for testing --- lpr | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 lpr diff --git a/lpr b/lpr new file mode 100755 index 000000000..3336a796f --- /dev/null +++ b/lpr @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +printf "lpr dummy called, arguments ignored.\n" +printf "Nothing is printed." +exit 0 \ No newline at end of file