Skip to content

Instantly share code, notes, and snippets.

@rogersguedes
Created December 8, 2015 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogersguedes/a5a294c9d1d197e2fb5c to your computer and use it in GitHub Desktop.
Save rogersguedes/a5a294c9d1d197e2fb5c to your computer and use it in GitHub Desktop.
#!/bin/bash
qrencode -s 20 -o aff.png $1 && convert aff.png aff.jpg && jp2a aff.jpg && eog aff.png && rm aff.png aff.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment