15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
Best program ever.
|
|
|
|
This program is a wrapper, it will exec whatever arguments it's given and
|
|
if the program returns a non-zero exit status or terminates abnormally it
|
|
will prompt the user to run the program again.
|
|
|
|
It's best used when debugging a large build like so:
|
|
|
|
make CC="replay cc"
|
|
|
|
Then if cc bombs you don't have to restart make, you can just fix your
|
|
source file and resume your build.
|
|
|
|
-Alfred Perlstein <alfred@freebsd.org>
|