0term.it - "zero term it!" - CLI gateway to privatebin by IN Ulm/Neu-Ulm e.V. Use paste.in-ulm.de with standard cli tools like netcat or curl. Limited to 10 MiB, 20 sec and UTF-8 encodable data. All pastes remain one week. USAGE Examples: $> # pipe something into netcat to paste $> cat STREAM.txt | nc 0term.it 9999 $> # same, but using NTP port $> cat STREAM.txt | nc 0term.it 123 $> # receive a paste with netcat $> echo | nc 0term.it 9999 $> # pipe into file-input of curl without TLS $> cat STREAM.txt | curl 0term.it --data-binary @- $> # receive a paste with curl $> curl 0term.it -d $> # curl with HTTPS reading from file $> curl https://0term.it --data-binary @STREAM.txt $> # no netcat? no curl? only bash? $> exec 3<>/dev/tcp/0term.it/123; 1>&3 cat STREAM.txt; <&3 cat $> # paste, get the URL and check receiving $> echo '\o/' | nc 0term.it 123 | tee /dev/tty | curl -s http://0term.it -d @- Legal notice: https://www.in-ulm.de/impressum/