I\'m trying to make a rollback due a deploy failed, my server code is on java, and also i\'m using App Engine Eclipse PlugIn for. my appcfg.sh file is located at /Applicat
/Applicat
It does not have execute permission by default:
-rw-r--r-- 1 yorkw staff 558 11 Dec 06:01 appcfg.sh
Run chmod 755 appcfg.sh to change the permission:
chmod 755 appcfg.sh
-rwxr-xr-x 1 yorkw staff 558 11 Dec 06:01 appcfg.sh
Then you should be able to run it in terminal.