Enter the text you want to share

(1953.125k chars max)


Time to live:
Hint: put the following oneliner in your .bashrc to use "p <file>" or "echo hi | p" (thanks, Habbie and Reinhart):

p() { curl -s -F "content=<${1--}" -F ttl=604800 -w "%{redirect_url}\n" -o /dev/null https://paste.as5580.net/; }