|
|
|
|
|
by henrik_w
89 days ago
|
|
Or put && between them - I had "compile;run" and when compile failed, it still ran (but the old build). Took me a while to figure out. && ensures the first command succeeds.
Anyway, so worth it to combine commands into one line for easy re-run. |
|