Wget, Curl and POST (refs): Difference between revisions

From WikiMLT
m (Text replacement - "Network Security" to "Network and Security")
m (Text replacement - "Network_Security" to "Network_and_Security")
 
Line 1: Line 1:
<noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/Network_Security}}</noinclude>
<noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/Network_and_Security}}</noinclude>


Download a script from [https://pastebin.com/raw/HrLTibuR PasteBin] by <code>curl</code>:
Download a script from [https://pastebin.com/raw/HrLTibuR PasteBin] by <code>curl</code>:

Latest revision as of 09:41, 8 September 2022

Down­load a script from Paste­Bin 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

Ref­er­ences: