Skip to content

Instantly share code, notes, and snippets.

@spdeepak
Created July 12, 2021 06:58
Show Gist options
  • Save spdeepak/fc507935f1b9f0d65727f703799dd96d to your computer and use it in GitHub Desktop.
Save spdeepak/fc507935f1b9f0d65727f703799dd96d to your computer and use it in GitHub Desktop.
Generate QR code for your wifi network on mac
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