1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +00:00

Shell: Kill existing jobs when exiting

This commit is contained in:
AnotherTest 2020-05-24 21:25:01 +04:30 committed by Andreas Kling
parent 0d39418b0b
commit 143be7234f
2 changed files with 41 additions and 0 deletions

View file

@ -162,6 +162,7 @@ private:
};
void cache_path();
void stop_all_jobs();
IterationDecision wait_for_pid(const SpawnedProcess&, bool is_first_command_in_chain, int& return_value);