Friday 30 November 2018

macos - How to run a shell script from an AppleScript?

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

Where does Skype save my contact's avatars in Linux?

I'm using Skype on Linux. Where can I find images cached by skype of my contact's avatars? Answer I wanted to get those Skype avat...