Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created February 12, 2019 13:37
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 douglascabral/a9d0ebbaa0e2826723e16a0d85516ecd to your computer and use it in GitHub Desktop.
Save douglascabral/a9d0ebbaa0e2826723e16a0d85516ecd to your computer and use it in GitHub Desktop.
for line in `cat file.csv | sed -e 's/\r//g'`; do qrencode -o ${line}.png -s 10 ${line}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment