Created
May 18, 2016 15:21
-
-
Save gregarndt/457e7666e01148237731d78a71515d44 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -e | |
mkdir -p /Users/fitzgen/workspace/ | |
npm install -g taskcluster-vcs | |
tc-vcs checkout /Users/fitzgen/workspace/tooltool https://git.mozilla.org/build/tooltool.git https://git.mozilla.org/build/tooltool.git master --force-clone | |
ls -lah /Users/fitzgen/workspace/tooltool |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment