Answers for "make sh executable mac"

5

how to make a .sh file executable

chmod u+x <fileName>.sh
Posted by: Guest on May-30-2020
0

make script executable mac

chmod 755 YourScriptName.sh
Posted by: Guest on October-20-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language