Created
December 31, 2018 01:46
-
-
Save bbarrows/7eb5742c7844c2fea95bc9f3f6bdf2e7 to your computer and use it in GitHub Desktop.
Create QR Codes from cmd line
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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