zombize - create zombie process
zombize PATH [ARG...]
zombize(1) creates a zombie process using the given PATH command and optional ARG.
It fork(2) and exec(3) but does not wait(2) for the child process to terminate, creating zombie process.
Exits success if fork succeed; exits failure otherwise.
Written by Gaël PORTAY gael.portay@savoirfairelinux.com
Copyright (c) 2017 Gaël PORTAY
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License.
fork(2), exec(3)