13 lines
349 B
Bash
13 lines
349 B
Bash
mkdir -p ~/sandbox/apps/
|
|
cd ~/sandbox/apps
|
|
|
|
git clone https://github.com/witheve/Eve
|
|
git clone https://github.com/bazelbuild/bazel.git
|
|
git clone https://go.googlesource.com/go
|
|
git clone https://github.com/OmniSharp/omnisharp-roslyn.git
|
|
git clone https://github.com/urbit/urbit
|
|
|
|
cd ~/sandbox/
|
|
|
|
hg clone https://bitbucket.org/zaphar/ansible-playbooks
|