1*760c253cSXin Li# `toolchain-utils` 2*760c253cSXin Li 3*760c253cSXin LiVarious utilities used by the ChromeOS toolchain team. 4*760c253cSXin Li 5*760c253cSXin Li## Note 6*760c253cSXin Li 7*760c253cSXin LiTo run Python scripts in this directory, first run: 8*760c253cSXin Li 9*760c253cSXin Li``` 10*760c253cSXin Liexport PYTHONPATH=$(readlink -f .):$PYTHONPATH 11*760c253cSXin Li``` 12*760c253cSXin Li 13*760c253cSXin Lifrom this directory. 14*760c253cSXin Li 15*760c253cSXin LiThen you can run any script. 16*760c253cSXin Li 17*760c253cSXin LiTo get help on any script, type in `python <script> --help`, or refer to the 18*760c253cSXin Liheader of the script for more information. 19