Joined June 2013
·
Posted to
Shell Function to Download File
over 1 year
ago
could be done as a shell function as well, one file less to maintain:
function download {
$(which curl) -o ${1##*/} $1
}
Achievements
61 Karma
1,630 Total ProTip Views
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
ssh-copy-id does the same ;)