README.rst (381B)
1 ==== 2 mach 3 ==== 4 5 Mach (German for *do*) is a generic command dispatcher for the command 6 line. 7 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. 12 13 To learn more, read the docs in ``docs/``.