Gaste

A simple terminal paste bin in the spirit of termbin.com

Usage

Just like with termbin, you can use the service completely from the command line

Paste some text:

$ echo hello | nc gaste.eu 9898

https://gaste.eu/test

Retrieve the text:

$ curl https://gaste.eu/test

hello

General Information