I would like to know why I can not run the .sh file via ./launch.sh
please have a look at the below posted screen-shot
image
>Solution :
You need to mark it as an executable program with chmod +x launch.sh, or alternatively execute it with bash: bash launch.sh
