gocatgo: another cool pastebin. * Usage: # Manually $ cat file.txt | curl -F "file=@-" https://gcg.sh https://gcg.sh/Rit # Or $ curl -F "file=@file.txt" https://gcg.sh # Passing any string $ echo "some cool code" | curl -F "file=@-" https://gcg.sh * Alias: # Run $ echo "$(curl https://gcg.sh/alias)" >> ~/.bashrc # Use $ cat file.txt | gcg * GoCatGo is open source, you check it here: https://github.com/vaaleyard/gocatgo/