-
Notifications
You must be signed in to change notification settings - Fork 0
A stupidly simple PHP script to post text snippets and assign them an id to retrieve it later
License
jovoro/paste
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Paste ===== Simple script to act as web-based clipboard, so to speak. The idea is also simple: $ generate_important_output.pl | curl -X POST --data @- https://paste.jovoro.ch/ abc123def $ curl https://paste.jovoro.ch/?id=abc123def | process_important_output.pl If you want to preserve line breaks in your text or if you are sending binary data, use the --data-binary option for curl.
About
A stupidly simple PHP script to post text snippets and assign them an id to retrieve it later
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published