2021-07-22 17:06:54 -04:00

7 lines
175 B
Bash
Executable File

#!/bin/bash
# Source: https://github.com/docker/compose/issues/1926#issuecomment-505294443
# Ah, ha, ha, ha, stayin' alive...
while :; do :; done & kill -STOP $! && wait $!