As it says … in OSX can i create an application based off a bash script – that accepts arguments ?
So for example i can run in terminal :
open /path/to/MyBashScriptApp.app myArgument1
This app will run with the argument passed to it?
I know i can rename to .command – but i need it to be an app .
Use Automator, which can be found in your
With it you can easily package a
bashscript into an app, accepting file names. Look for an action called “Run Shell Script”.