Skip to content

Commit

Permalink
updated shorthand for -# to --progress-bar on wget emulation function()
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Aug 25, 2011
1 parent 1251684 commit 964e7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -16,7 +16,7 @@ if [ ! `which curl` ]; then
curl() {
ARGS="$* "
ARGS=${ARGS/-s /-q }
ARGS=${ARGS/-\# /}
ARGS=${ARGS/--progress-bar /}
ARGS=${ARGS/-C - /-c }
ARGS=${ARGS/-o /-O }

Expand Down

0 comments on commit 964e7c3

Please sign in to comment.