Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
12 lines
350 B
Bash
Executable File
12 lines
350 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright 2016 Google LLC
|
|
#
|
|
# 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
|