Wget, Curl and POST (refs): Difference between revisions
From WikiMLT
mNo edit summary |
mNo edit summary |
||
Line 7: | Line 7: | ||
References: | References: | ||
* [https://askubuntu.com/q/968652/566421 GET and POST requests by Wget and/or CURL] | * [https://askubuntu.com/q/968652/566421 GET and POST requests by Wget and/or CURL] | ||
* [https://askubuntu.com/a/1031908/566421 Auto login on page via CLI by the POST command | * [https://askubuntu.com/a/1031908/566421 Auto login on page via CLI by the POST command] | ||
* [[ | * [[Text Processing: Remove Carriage Return]] |
Revision as of 13:28, 5 August 2022
Download a script from PasteBin by curl
:
curl https://pastebin.com/raw/HrLTibuR | \
sed -e 's/\r$//' | sudo tee /ust/local/bin/merge-video-sub.sh && \
sudo chmod +x /ust/local/bin/merge-video-sub.sh
References: