Add the source for run.sh

This commit is contained in:
Luke Van Seters 2021-07-22 17:06:54 -04:00
parent bdb2157038
commit 710c011575

2
run.sh
View File

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