Run shell scripts from winebrowser.exe?

Questions about Wine on macOS.
Locked
emendelson
Level 2
Level 2
Posts: 24
Joined: Sat Apr 12, 2014 12:53 pm

Run shell scripts from winebrowser.exe?

Post by emendelson »

With wine on a Mac, I can run AppleScript applications with the command:

winebrowser.exe file://C:/path/to/MyScript.app

But if I try this with a shell script instead of an .app package, the script opens in a text editor. (The shell script has been marked executable with chmod +x)

Is there any way to run the shell script instead of opening it? A search doesn't produce any useful answers.
Locked