jeromedecoster / down

Download with curl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

down

install with curl

curl raw.github.com/jeromedecoster/down/master/install.sh \
    --location \
    --silent \
    | bash

install with wget

wget raw.github.com/jeromedecoster/down/master/install.sh \
    --output-document=- \
    --quiet \
    | bash

Notes

Login / password called from ~/.netrc file

About

Download with curl


Languages

Language:Shell 100.0%