Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The use of zsh `&!` syntax was causing bash to die in script parsing, even though this never gets executed. This adds `true` as a dummy command to get past parsing and allow both bash and zsh to execute the script.
- Loading branch information