Guest Премиум Пользователь Регистрация 31.01.2023 Сообщения 250 Решения 1 Реакции 232 Гарант сделки 1 16.05.2023 Добавить закладку #1 A little off-topic in regards to the hacks, I literally use this script every single day. Hopefully, it makes your guys' life a little easier. Python script to auto upload a file to transfer.sh with the "get" and save the URL to the clipboard. Вложения script.zip 332 байт · Просмотры: 6
A little off-topic in regards to the hacks, I literally use this script every single day. Hopefully, it makes your guys' life a little easier. Python script to auto upload a file to transfer.sh with the "get" and save the URL to the clipboard.
Prokhorenco (L3) cache Пользователь Регистрация 18.02.2023 Сообщения 192 Реакции 305 16.05.2023 Добавить закладку #2 Could just do: Bash: Скопировать в буфер обмена curl --upload-file ./hello.txt https://transfer.sh/hello.txt I also like https://temp.sh/ Bash: Скопировать в буфер обмена curl -T hello.txt temp.sh
Could just do: Bash: Скопировать в буфер обмена curl --upload-file ./hello.txt https://transfer.sh/hello.txt I also like https://temp.sh/ Bash: Скопировать в буфер обмена curl -T hello.txt temp.sh