Hi, I've tried doing: #!/usr/bin/env - /bin/bash and #!/usr/bin/env -i /bin/bash at the top of a script to clear out it's environment prior to running it, but it throws an error. Is there a better way to accomplish what I'm trying to do? Thanks -C