mac make file executable code example
Example 1: make shell script executable
chmod +x filename.sh
Example 2: macos make file executable
chmod +x filename.sh
Example 3: macos make file executable
chmod 755 YourScriptName.sh
chmod +x filename.sh
chmod +x filename.sh
chmod 755 YourScriptName.sh