bash: ./compiler.sh : Permission denied code example
Example: permission denied running shell script
`# Try:`
chmod +rx script.sh
`# This will make the file executable. Then try:`
./script.sh
`# Try:`
chmod +rx script.sh
`# This will make the file executable. Then try:`
./script.sh