Skip to content

Commit 5ba63c3

Browse files
authored
Merge pull request #162 from dtxe/autograder
switch to curl; wget not available in Git Bash
2 parents 3276c3b + 5977a6b commit 5ba63c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02_activities/assignments/assignment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ touch README.md
1414
touch analysis/main.py
1515

1616
# download client data
17-
wget -O rawdata.zip https://github.com/UofT-DSI/shell/raw/refs/heads/main/02_activities/assignments/rawdata.zip
17+
curl -Lo rawdata.zip https://github.com/UofT-DSI/shell/raw/refs/heads/main/02_activities/assignments/rawdata.zip
1818
unzip rawdata.zip
1919

2020
###########################################

0 commit comments

Comments
 (0)