Scripts de coquille en cours d'exécution
You can run a shell script by specifying the shell:
bash script.sh
Or you can execute the shell script like this:
./script.sh
OHIOLee