We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e507e0 commit ecf2479Copy full SHA for ecf2479
script/hash-cd
@@ -46,3 +46,9 @@ HASH=$(
46
| head -c -1
47
)
48
info "CD in \"$CD_DEV\" has sha256 digest:\n$HASH"
49
+
50
+if lpstat -p ql-600 > /dev/null; then
51
+ lp -o PageSize=62x29mm <<< "$HASH" > /dev/null
52
+else
53
+ info "no printer found, the digest must be transcribed manually"
54
+fi
0 commit comments