Created
July 12, 2021 06:58
-
-
Save spdeepak/fc507935f1b9f0d65727f703799dd96d to your computer and use it in GitHub Desktop.
Generate QR code for your wifi network on mac
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
brew install qrencode | |
qrencode -t utf8 'WIFI:T:WPA;S:network;P:password;;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment