diff --git a/bash/wifiqr.bash b/bash/wifiqr.bash index 00fe146..b72ba48 100755 --- a/bash/wifiqr.bash +++ b/bash/wifiqr.bash @@ -8,6 +8,9 @@ qrencode -l H -t utf8 "WIFI:T:WPA;S:$1;P:$2;;" # Stores QR code as SSID.png, -s doubles pixel size from default 3 qrencode -l H -s 6 -o $1.png "WIFI:T:WPA;S:$1;P:$2;;" +# Might as well jpg this too +convert "$1".png "$1".jpg + # Prints details echo "SSID: $1"