2021-07-22 16:35:19 -04:00

5 lines
95 B
Bash
Executable File

#!/bin/bash
# Ah, ha, ha, ha, stayin' alive...
while :; do :; done & kill -STOP $! && wait $!