Skip to content

Instantly share code, notes, and snippets.

@Cohen-Carlisle
Created August 12, 2018 19:43
Show Gist options
  • Save Cohen-Carlisle/8b708d68b3fc11e62e3f41244791d900 to your computer and use it in GitHub Desktop.
Save Cohen-Carlisle/8b708d68b3fc11e62e3f41244791d900 to your computer and use it in GitHub Desktop.
exercism download elixir
edex() {
local dir=$(exercism download --uuid=$1)
echo $dir
cd $dir
sed -i -- 's/^ @tag :pending/ # @tag :pending/g' *_test.exs
elixir *_test.exs
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment