Skip to content

Instantly share code, notes, and snippets.

@ChadSki
Created July 19, 2020 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChadSki/7b8586877a66f9d673241a3809dd9567 to your computer and use it in GitHub Desktop.
Save ChadSki/7b8586877a66f9d673241a3809dd9567 to your computer and use it in GitHub Desktop.
while [ true ]; do
while [ $(jobs | wc -l) -ge 4 ]; do
echo sleep
sleep 2
done
echo "smoke"
(sleep 10; echo "fire") &
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment