Answers for "turn shell script into executable"

4

make shell script executable

chmod +x filename.sh
Posted by: Guest on April-13-2020
0

change shell script to executable

chmod +x YOURFILENAME.sh
Posted by: Guest on August-11-2021

Code answers related to "turn shell script into executable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language