4 lines
69 B
Text
4 lines
69 B
Text
#!/bin§bash
|
|
echo "Script 1 en cours d'execution"
|
|
sleep 1
|
|
sh script2
|