Skip to content

Instantly share code, notes, and snippets.

@mlzxy
Created January 28, 2018 13:20
Show Gist options
  • Save mlzxy/5819f8476bd7ca44782f31f1432568cc to your computer and use it in GitHub Desktop.
Save mlzxy/5819f8476bd7ca44782f31f1432568cc to your computer and use it in GitHub Desktop.
array=("human-computer-interaction" "design-principles" "social-computing" "interaction-techniques" "user-research" "infodesign" "designexperiments" "interaction-design-capstone")
for i in ${array[@]}; do
../coursera-dl -n ~/.netrc ${i}
done
echo "download finished"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment