Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions _posts/2018-01-11-uget.md
Original file line number Diff line number Diff line change
@@ -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)