Linux CLI - Pipes and Redirection
You want to run
backup.sh only if prepare.sh succeeds, but if prepare.sh fails, you want to run cleanup.sh. Which command chaining achieves this?