Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created August 27, 2023 14:21
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 hoelzro/3919bc2d579f94bf19ad61a2afd259a0 to your computer and use it in GitHub Desktop.
Save hoelzro/3919bc2d579f94bf19ad61a2afd259a0 to your computer and use it in GitHub Desktop.
Killing this loop messes with zsh stdout
seq 1 5 | while read n ; do
sleep 5
done > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment