Skip to content

Commit

Permalink
wget downloads to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Dec 6, 2016
1 parent 350a4c7 commit 0c2a950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SUBJ_DIR=/Volumes/server/Freesurfer_subjects
# for our stimuli, we use the pictures from Kay2013, which Kendrick
# provides on his website.
full_stimuli.mat :
wget -q http://kendrickkay.net/socmodel/stimuli.mat
wget -q http://kendrickkay.net/socmodel/stimuli.mat -O ./full_stimuli.mat
# we need to do this to get the stimuli.mat into the format we want
matlab -nodesktop -nodisplay -r "load('$@','images'); save('$@','images'); quit"

Expand Down

0 comments on commit 0c2a950

Please sign in to comment.