# 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}}
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://paste.dn42.us) 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)