bash limpo todas as variáveis de ambiente
#!/bin/bash
env -i /path/to/main_script.sh
Jake Redrupp
#!/bin/bash
env -i /path/to/main_script.sh