blob: 97a3923de8052500dafe0851aea98cefbab37570 [file] [log] [blame]
rm ProfilerTester.zip
# Create a clone of the project that we'll run cleanup steps on
mkdir ProfilerTester
cp -r ../../../../../base/profiler/integration-tests/ProfilerTester/ ProfilerTester/
cd ProfilerTester
git init
git clean -dfX # remove .gitignore files
rm -rf .git
cd ..
zip -9 -r ProfilerTester.zip ProfilerTester/
rm -rf ProfilerTester