This is a link shortener and pastebin. You can shorten a link by using the above text box.
From the command line you can try:
echo [URL] | curl -G --data-urlencode s=- http://0x4d.us
If you want a plaintext response, add the query parameter "raw=true".
echo [URL] | curl -G --data raw=true --data-urlencode s=- http://0x4d.us
If you want to use the pastebin functionality, send a PUT request like this:
curl -s -H "Expect:" -T [file] http://0x4d.us
By default, pasted output will be shown with syntax highlighting. Pass the raw=true parameter for plaintext output
http://0x4d.us/[shortlink]?raw=true