mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00

A pastebin type application that can optionally highlight the output as both text and HTML.
7 lines
198 B
Text
7 lines
198 B
Text
Simple Pastebin
|
|
---------------
|
|
|
|
You can paste your text into the text field to submit, or you can capture the
|
|
output of a command with:
|
|
|
|
<command> | curl -i --data-urlencode paste@- localhost:8080
|