I am using a Mac running OSX Yosemite v.10.10.5.
When I try to run my shell script from my AppleScript, I get the following error message:
Error message at AppleScript Script Editor
error "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"
What am I doing wrong?
No comments:
Post a Comment