Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use #!/bin/sh instead of #!/bin/bash
/bin/bash is absent in some systems (e.g. Alpine Linux used in Docker), /bin/sh is more portable
- Loading branch information