chmod a+x myShellScript.sh
Ou
myAppleScript.applescriptdo shell script "bash /Users/path/to/file/myShellScript.sh"
Além disso: adicione shebang ao início do script de shell
myShellScript.sh#!/bin/bash
Nota: Se você quiser usar sh
over bash
, basta substituí-lo no comando e shebang .