Hi there! For bash scripts try to use shebang: #!/usr/bin/env bash

Thanks for the post!