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 yuhan6665
parent 7486946d72
commit 7f4e176d9b
1 changed files with 1 additions and 1 deletions

View File

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