Bash Effacer toutes les variables d'environnement

#!/bin/bash
env -i /path/to/main_script.sh
Jake Redrupp