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