From 90c0899f85e5a465e4d6161eab84e5e8a9f3b3c4 Mon Sep 17 00:00:00 2001 From: wp Date: Wed, 6 Aug 2025 21:53:19 -0500 Subject: [PATCH] Add src/dymott --- src/dymott | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/dymott diff --git a/src/dymott b/src/dymott new file mode 100644 index 0000000..3834f82 --- /dev/null +++ b/src/dymott @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +# CUPS wrapper to fix Dymo Twin Turbo uri + +USB_BACKEND="/usr/lib/cups/backend/usb" + +"$USB_BACKEND" "$@" | python3 - "$@" \ No newline at end of file