From f33eda62f68e5819637f16d5245ce58f4f5f4804 Mon Sep 17 00:00:00 2001 From: Danilo Silva Date: Thu, 11 Jan 2018 11:09:20 -0200 Subject: [PATCH] Pull Request --- _posts/2018-01-11-uget.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 _posts/2018-01-11-uget.md 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