We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb38f4d commit 0c58204Copy full SHA for 0c58204
slides/04 - dvcs-1/download-resources.sh
@@ -7,7 +7,7 @@ download_image() {
7
echo $1
8
echo $DESTINATION
9
if [ ! -f "$DESTINATION" ]; then
10
- wget -O "$DESTINATION" "$1"
+ curl -o "$DESTINATION" "$1"
11
fi
12
}
13
0 commit comments