mirror of
https://github.com/modelec/Initialisation.git
synced 2026-01-19 00:07:20 +01:00
Add return to the starting position if SERGE crash
This commit is contained in:
@@ -39,3 +39,7 @@ monitor_ihm &
|
||||
|
||||
# Attendre que tous les programmes se terminent
|
||||
wait
|
||||
|
||||
# Retourner à la position de départ
|
||||
echo "Put SERGE back in the starting position"
|
||||
/mnt/win/Users/BreizhHardware/Nextcloud/Programation/C++/Modelec/Initialisation/test/test5.sh
|
||||
@@ -39,3 +39,7 @@ monitor_ihm &
|
||||
|
||||
# Attendre que tous les programmes se terminent
|
||||
wait
|
||||
|
||||
# Retourner à la position de départ
|
||||
echo "Put SERGE back in the starting position"
|
||||
/home/modelec/serge/starting-position
|
||||
3
test/test5.sh
Normal file
3
test/test5.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
echo "Return to the starting position"
|
||||
wait 1
|
||||
echo "SERGE is back in the starting position"
|
||||
Reference in New Issue
Block a user