Bug 1705532 wait for pagehide instead of polling on location.href r=annyG
[gecko.git] / python / mach / README.rst
blob7c2e00becbad0375e76c217be8210684d8dc6bf9
1 ====
2 mach
3 ====
5 Mach (German for *do*) is a generic command dispatcher for the command
6 line.
8 To use mach, you install the mach core (a Python package), create an
9 executable *driver* script (named whatever you want), and write mach
10 commands. When the *driver* is executed, mach dispatches to the
11 requested command handler automatically.
13 To learn more, read the docs in ``docs/``.