From debce9c20c81411f361206b0477e619e92ffbf32 Mon Sep 17 00:00:00 2001 From: VG Date: Wed, 13 Jan 2016 23:48:21 +0100 Subject: first commit --- commands.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 commands.txt (limited to 'commands.txt') 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 -- cgit v1.2.3