configure shell for generate-donate-qr-codes

This commit is contained in:
Daniel Micay 2023-02-17 00:54:28 -05:00
parent 91a0addb69
commit ad0d9eb04d

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -o errexit -o nounset -o pipefail
generate() {
echo $1
qrencode -s 1 -o $1 $2