Y
Hacker News
new
|
ask
|
show
|
jobs
by
teach
5004 days ago
Does sprunge work for non-textual data?
2 comments
crohr
5004 days ago
In the same vein, you can try
http://flag.io/
:
curl -T /path/to/any/file flag.io # or cat some-file | curl -T - flag.io
Basically, pipe anything you want into it. It can also syntax-highlight your text files.
link
cleverjake
5004 days ago
no it doesnt.
link