You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
372 B
12 lines
372 B
#!/bin/bash
|
|
#
|
|
# Copyright 2016 Google Inc. All Rights Reserved.
|
|
#
|
|
# This script is part of the ChromeOS object binary search triage process.
|
|
# It should be the last script called by the user, after the user has
|
|
# successfully run the bisection tool and found their bad items. This script
|
|
# will perform all necessary cleanup for the bisection tool.
|
|
#
|
|
|
|
rm common/common.sh
|