Enter the text you want to share

(30000k chars max)


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

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

Hint 2 : Add ?smart behind the result URL and some post-processing is enabled (eq. syntax highlighting)