grant linux sh script permissions

C++
chmod +rx script_name.sh
# more generally
chmod +rx file_name.file_ext
Source

Also in C++: