Created
April 20, 2022 00:18
-
-
Save delvison/e5549b700369df73e83dbaa33bfe06a6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# decrypt an encrypted QR code | |
zbarimg "${1}" --raw -q | gpg -d | base64 -d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment