Uruchamianie skorupy

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