txt

An auto-expiring pastebin.

Expires in  

From the command line:

echo "hello" | curl --data-binary @- https://secure.liamrosen.com

Add ?d=7 to set the lifetime in days (1-7). Use --data-binary to keep newlines. Max 1 MB. Based on lyoshenka/txt.