1 2 3 4 5 6
#!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later sleep infinity & echo $! >/leakedtestpid wait $!