Estoy usando una Mac con OSX Yosemite v.10.10.5.
Cuando intento ejecutar mi script de shell desde mi AppleScript, aparece el siguiente mensaje de error:
Mensaje de error en AppleScript Script Editorerror "sh: /Users/path/to/file/myShellScript.sh: Permission denied" number 126
myShellScript.sh
cd /Users/myusername/Git/myproject/
git remote remove origin
myAppleScript.applescript
do shell script "/Users/path/to/file/myShellScript.sh"
¿Qué estoy haciendo mal?