Update generate.sh

A little patch to generate qr code)
This commit is contained in:
kiriknik 2023-12-27 13:57:00 +03:00 committed by GitHub
parent 7486946d72
commit ef4cddf2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ Printqr()
echo $line | sed -n -e 's/^.*#//p' echo $line | sed -n -e 's/^.*#//p'
curl qrcode.show -d $line curl qrcode.show -d $line
fi fi
done < result done < result.txt
} }
while getopts "mrqb" option; do while getopts "mrqb" option; do