Несколько занятных ссылок от подписчика:
🔗 Постим файлы и сокращаем URL адреса прямо из консоли:
http://0x0.st/
🗂 Шарим файлы прямо из консоли:
https://transfer.sh/
🗒 Ещё один pastebin:
http://sprunge.us/
#фидбечат
🔗 Постим файлы и сокращаем URL адреса прямо из консоли:
http://0x0.st/
$ curl -F'[email protected]' http://0x0.st
$ curl -F'url=http://example.com/image.jpg' http://0x0.st
$ curl -F'shorten=http://example.com/some/long/url' http://0x0.st
🗂 Шарим файлы прямо из консоли:
https://transfer.sh/
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
🗒 Ещё один pastebin:
http://sprunge.us/
$ cat file | curl -F 'sprunge=<-' http://sprunge.us
#фидбечат