Upload any command output or text file directly from your terminal using netcat.
The server returns a unique URL containing your uploaded content.
cat file.txt | nc termbin.muninn.ovh 9999
ls -la | nc termbin.muninn.ovh 9999
# Linux / macOS echo -e "slug\ntoken" | nc termbin.muninn.ovh 9998