Skip to content

Instantly share code, notes, and snippets.

@bbarrows
Created December 31, 2018 01:46
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 bbarrows/7eb5742c7844c2fea95bc9f3f6bdf2e7 to your computer and use it in GitHub Desktop.
Save bbarrows/7eb5742c7844c2fea95bc9f3f6bdf2e7 to your computer and use it in GitHub Desktop.
Create QR Codes from cmd line
#!/bin/bash
# sudo apt-get install nodejs npm
sudo npm install -g qrcode-terminal
# Then qrcode-terminal with whatever args will be used for the QR Code data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment