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