# Command Line: curl -s {{$base_url}}api/get/{{result.id}} | sed "1,/^\$/d" | openssl aes-256-cbc -d -a -k {{result.key}} | gzip -dc

{{result.text}}
Additional Entropy: {{entropy}} bytes / Content size: {{o.text|blength|default:0}} bytes

Create pastes from the command line! paste.sh

$ echo /etc/passwd | ./paste.sh

env options: 
  PASTE_URL  - Set the url base for paste operations (default: HTTPS://sour.is/paste)
  PASTE_GZIP - 0 = No Compression,  1 = Use gzip compression (default: 0)
  PASTE_BURN - 0 = No Burn on Read, 1 = Burn on read         (default: 0)
  PASTE_DATE - Value to be used when setting expire date.    (default: next-week)