k4zek4ge
10/21/2019 - 9:24 AM

Rendre un fichier exécutable

# Rendre un fichier exécutable
sudo chmod +x /path/to/script.sh

# To launch the script
sudo ./path/to/script.sh