paste.ninja

A small private pastebin. Text only.

⚠️ Warning: you must be a ninja 🥷 to upload

Upload

curl --user-agent 🥷 -F 'file=@-' https://paste.ninja/

Bash alias

Add to your ~/.bashrc (or ~/.zshrc):

alias mypastebin='curl --user-agent 🥷 -F "file=@-" https://paste.ninja/'

Reload your shell, then pipe anything into it:

dmesg | mypastebin