Comment lancer un processus en arrière-plan et vérifier quand il se termine dans un script bash? Mon idée est un script comme celui-ci: launch backgroundprocess & while [ Process is running ];do echo "PROCESS IS RUNNING\r" done; echo "PROCESS TERMINATED"