diff --git a/_posts/2018-01-11-uget.md b/_posts/2018-01-11-uget.md new file mode 100644 index 0000000..6eed9a8 --- /dev/null +++ b/_posts/2018-01-11-uget.md @@ -0,0 +1,14 @@ +--- +title: uget +layout: post +title: "uget" +description: "Checks the current utility to download and use it" +category: default +tags: [utility, bash] +--- +Downloads a file from an url choosing between wget or curl, or gently warns that the current system can't make the download. This packages frees the package developer the responsability to check the downloads utility in the target user computer. +## Usage +uget THERESOURCEURI +## Links +* [Source Code (GitHub)][https://github.com/danilocgsilva/uget] +* [Author: danilocgsilva](http://danilocgsilva.me) \ No newline at end of file