27 #ifndef YGGDRASILWM_SPAWN_HPP
28 #define YGGDRASILWM_SPAWN_HPP
47 void execute(
const std::string &args)
override;
CommandBase class header.
Definition: CommandBase.hpp:35
Implement the mecanism to spawn a program.
Definition: Spawn.hpp:34
~Spawn() override=default
void execute(const std::string &args) override
Spawn a program using the command arguments Double fork to avoid zombie processes Parse the command a...
Definition: Spawn.cpp:37