upaste(1) UPASTE upaste(1) NAME upaste: simple command line pastebin. SYNOPSIS <command> | curl -F 'upaste=<-' https://upaste.anastas.io DESCRIPTION upaste is a dead-simple pastebin with zero dependencies, meant to be used from the terminal. To upload from a browser, go here. This server is configured to delete pastes after 100 days. EXAMPLES $ echo "Hello, upaste!" | curl -F 'upaste=<-' https://upaste.anastas.io Upload the text "Hello, upaste!" to this server $ curl https://upaste.anastas.io | less Display this page in a terminal AUTHOR Written by Shawn Anastasio. Full source available here.