Hoagie's tools: pastebin clone

I have stuff in my clipboard

Paste it in the form below, you will get back the paste ID.


Via curl

This is how I envisioned Hoagiebin would be used!
Upload a file using PUT, you will get back the paste ID:


        curl -T some_stuff.txt https://tools.sebasmonia.com/hoagiebin
        0A1B2C3
    

You can use the paste ID to get your textback, with a quick GET:


        curl https://tools.sebasmonia.com/hoagiebin/0A1B2C3
    

PS: Don't use this for anything important 🙃