Another note, something I see in tango and I don't know why I didn't think about it before.

If you want to require bash, use:

#!/usr/bin/env bash

instead of

#!/bin/bash
#!/usr/bin/bash

Reply via email to