aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4a82ec1da5b52bca53e5f1b1c1ad10b4efb5ce52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# `toolchain-utils`

Various utilities used by the ChromeOS toolchain team.

## Note

To run Python scripts in this directory, first run:

```
export PYTHONPATH=$(readlink -f .):$PYTHONPATH
```

from this directory.

Then you can run any script.

To get help on any script, type in `python <script> --help`, or refer to the
header of the script for more information.