Skip to content

Instantly share code, notes, and snippets.

@kristenmills
Created September 8, 2013 01:19
Show Gist options
  • Save kristenmills/6481066 to your computer and use it in GitHub Desktop.
Save kristenmills/6481066 to your computer and use it in GitHub Desktop.
Ruby script for making the barcode labels
while true
print '>> '
STDOUT.flush
isbn = gets.chomp
`lpr barcodes/#{isbn}.png`
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment