Skip to content

Instantly share code, notes, and snippets.

@fridim
Last active December 9, 2016 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fridim/4345ed60e6e26539f9c04369e2bdcc85 to your computer and use it in GitHub Desktop.
Save fridim/4345ed60e6e26539f9c04369e2bdcc85 to your computer and use it in GitHub Desktop.
#!/usr/bin/bash
qrencode "$(xsel -p)" -o /tmp/qr.png
nohup feh /tmp/qr.png && rm /tmp/qr.png &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment