aboutsummaryrefslogtreecommitdiffstats
path: root/commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'commands.txt')
-rw-r--r--commands.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands.txt b/commands.txt
new file mode 100644
index 0000000..e80fa67
--- /dev/null
+++ b/commands.txt
@@ -0,0 +1,4 @@
+To generate binary qrcodes:
+
+python3 -c "import sys; sys.stdout.buffer.write(bytes([0, 1, 250]))" | qrencode -8 -t UTF8
+python3 -c "import sys; sys.stdout.buffer.write(bytes([i for i in range(256)]))" | qrencode -8 -t UTF8