From f81a0ca22187979a4cd97f032c935ea83a0effea Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 31 Jan 2023 10:59:54 +0200 Subject: [PATCH] wifiqr.bash: convert to jpg here too --- bash/wifiqr.bash | 3 +++ 1 file changed, 3 insertions(+) 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"