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..16f4ce2a5e2d51c813cda2428e4c308c7eff5a3a |
| --- /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)/.." |
|
Mark Mentovai
2016/01/28 14:23:33
dirname "$0"
jungshik at Google
2016/01/29 08:11:18
Done.
|
| +git checkout -- source/data |