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