Skip to content

Instantly share code, notes, and snippets.

@nitwhiz
Created June 13, 2021 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitwhiz/3878d4fda418837560016fc5aaf5545a to your computer and use it in GitHub Desktop.
Save nitwhiz/3878d4fda418837560016fc5aaf5545a to your computer and use it in GitHub Desktop.
download exercism exercises based on working directory
# add in your .bashrc or .zshrc, ...
# call as $ exercd <exercise-name>
exercd() {
exercism download --track=$(basename $(pwd)) --exercise=$1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment