aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: a318e38df71763b8e5b6bd385c42c4800e5cce7d (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 Chrome OS 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.