Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bash doesn't always exist in /bin - Use $() instead of backticks - Wrap string in double-quotes to prevent globbing/splitting. (see https://github.com/koalaman/shellcheck/wiki/SC2086)
- Loading branch information