Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

missileanus.md

File metadata and controls

20 lines (14 loc) · 373 Bytes

Miscellaneous Stuff

Download file to a specific directory

curl -o /path/to/bin https://x.y.z
wget -P /tmp/dirName "$URL"

The ECR (Extended Club Remix)

curl --url https://${URL} --output /tmp/file.tgz

Download and un-tar to the /bin directory

curl -fsSL https://${URL}/some-binary_0.4.4_linux_x86_64.tgz | sudo tar -xzfC /bin