We're a place where coders share, stay up-to-date and grow their careers.
An easy way to make a paste from the terminal instead of using paste in is to do;
cat <input> | nc termbin.com 9999
An easy way to make a paste from the terminal instead of using paste in is to do;