Skip to content

Commit 79857c0

Browse files
committed
MIN Use curl instead of wget
1 parent 34302d2 commit 79857c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch10/download.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
mkdir -p AnimTransDistr
44
cd AnimTransDistr
5-
wget http://vision.stanford.edu/Datasets/AnimTransDistr.rar
5+
curl -O http://vision.stanford.edu/Datasets/AnimTransDistr.rar
66
unrar x AnimTransDistr.rar
77
# The following file is a weird file:
88
rm Anims/104034.jpg

0 commit comments

Comments
 (0)