Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 438 Bytes

README.markdown

File metadata and controls

12 lines (8 loc) · 438 Bytes

Race

Executing race x y z is pretty much the same as executing x & y & z & wait, except it prints output of each command in different color.

The idea is to use it to run multiple long-running (most likely never ending) commands that help during development.

Installation

Clone it from Github. Run stack build --copy-bins, which will build it and copy the final executable into some place that is hopefully in your $PATH.