Chromium Code Reviews| Index: scripts/clean_up_data_source.sh |
| diff --git a/scripts/clean_up_data_source.sh b/scripts/clean_up_data_source.sh |
| new file mode 100755 |
| index 0000000000000000000000000000000000000000..9e9773262051c3bc94f141791d61875409ca3fea |
| --- /dev/null |
| +++ b/scripts/clean_up_data_source.sh |
| @@ -0,0 +1,5 @@ |
| +#!/bin/bash |
| + |
| +echo "Reverting all the data trimming/customization in source/data ..." |
| +cd "$(dirname "$0")/.." |
| +git checkout -- source/data |