blob: 79bd995f52d04ec8857128ee919ddcc78284c56d [file] [log] [blame]
#!/bin/bash
# Gerrit
git clone https://gerrit.googlesource.com/gerrit
# Buck
git clone https://gerrit.googlesource.com/buck
cd buck
ant
cd ..