Skip to main content
2 of 2
Formatted text.
Paulo Tomé
  • 3.9k
  • 6
  • 28
  • 40

Approach with running command in a background suggested by @skozin won't work in bash. bash still disables set -e for background commands. dash and ash work fine though.