Created
May 3, 2025 19:27
-
-
Save robindiddams/8d084c06e30c7cd15e920eaf74e9ca96 to your computer and use it in GitHub Desktop.
create wifi qrcode
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
# install libqrencode | |
# swap the ssid/psk with your info. keep all semicolons | |
echo 'WIFI:T:WPA;S:My Network Name;P:my secret password;;' | qrencode -t ANSIUTF8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment