Make Mac Application with Automater from sh script
How to run sh script with Automater
- Open spotlight with “CMD+Space”, type “Automater”
- Click File/New and select “Application”
- Find “Run shell script” from left menu, and double click
- Write your script like as below.
cd /Users/atilla/Applications/Aqua\ Data\ Studio\ 18.0
sh datastudio.sh >& /dev/null &
- Open some windows application with wine
/usr/local/bin/wine /Users/atilla/apps/Winamp/winamp.exe >& /dev/null &
- You can export these scripts as App with File/Export
- After you can double click on “yourapp.app”