0x0.st is a damn simple file sharing service useful for sharing logs files etc. from any tty interface.
Howto
Just use curl to send any output to 0x0.
1 | $ echo "example" | curl -F'file=@-' https://0x0.st |
0x0 returns the link to the file containing the uploaded information.
Note
Uploaded files are at available for at least 30d but can be expired earlier or later on demand.
Maximum file size limit is 512MiB which should be more than enough.
Further information is available at https://0x0.st. Source code is available at https://github.com/mia-0/0x0/.