5 lines
68 B
Text
5 lines
68 B
Text
|
#!/bin/bash
|
||
|
echo "Script 2 en cours d'execution"
|
||
|
sleep 1
|
||
|
sh script3
|