This file contains hidden or 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
| # Generating throwaway QR codes from the command line for shunting URLS to mobile devices | |
| brew install qrencode | |
| qrencode -o - http://www.google.com | open -f -a preview |
NewerOlder