Wget, Curl and POST (refs)
From WikiMLT
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:
- GET and POST requests by Wget and/or CURL
- Auto login on page via CLI by the POST command
- Text Processing: Remove Carriage Return