2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-17 09:25:32 +00:00
cheat.sheets/sheets/qrify

9 lines
233 B
Plaintext
Raw Normal View History

2017-07-17 21:13:45 +00:00
# qrify (Bash-Snippets)
# converts strings or urls into a qr code
# Encode a single lined string into a qr code
qrify This is an example string
# Encode a multiple lined string into a qr code
qrify -m "This should be \n two lines"