Add contract to qrcode

This commit is contained in:
Tyler Perkins 2021-12-21 19:42:26 -05:00
parent 6530af2847
commit 5d2a3c8f94
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [ $# -ne 2 ]; then
echo "The result will be in wifi.png" echo "The result will be in wifi.png"
fi fi
qrencode -s 6 --background=FFFFFF00 -o "./img/wifi.png" "WIFI:T:WPA;S:$1;P:$2;;" qrencode -s 6 --background=D3D3D37F -o "./img/wifi.png" "WIFI:T:WPA;S:$1;P:$2;;"
echo "Your wifi qrcode is wifi.png !" echo "Your wifi qrcode is wifi.png !"
echo "Your wifi qrcode is now in the local img folder as wifi.png" echo "Your wifi qrcode is now in the local img folder as wifi.png"