phantomjs/tools/import-breakpad.sh

15 lines
286 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2012-06-06 00:43:38 +04:00
svn export http://google-breakpad.googlecode.com/svn/trunk/ src/breakpad
cd src/breakpad/src
rm -r testing
rm -r processor/testdata
rm -r third_party/protobuf/protobuf/java
rm -r third_party/protobuf/protobuf/gtest
cd ..
ln -s ../.gitignore-breakpad .gitignore