Thursday, April 27, 2017

Bash Scripts Auto Download Dependencies

Often times bash scripts I run depend on other tools. Tools that are sometimes updated. So once in a while I add the following curl command to download the latest tool.

  curl -O [filenameURL]

No comments:

Post a Comment