Comment exécuter un fichier sh dans le terminal
# if not already ran, run to change permisions executable.
chmod 755 foo.sh
# then to run the sh file
./foo.sh
Unusual Unicorn