Answers for "zsh background process no output"

0

zsh background process no output

() {
  setopt LOCAL_OPTIONS NO_NOTIFY NO_MONITOR
  process_to_silence &
  # ...
  wait
}
Posted by: Guest on June-21-2020

Code answers related to "zsh background process no output"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language