Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Post History
One can use the automator: create an automator workflow which runs a shell script with bash "$1" (replace bash with whatever shell you would like to use) Note that "Pass input" is set to ...
#1: Initial revision
One can use the automator: 1. create an automator workflow which runs a shell script with ``` bash "$1" ``` (replace `bash` with whatever shell you would like to use) Note that "Pass input" is set to "as arguments".  2. run in terminal: ``` automator -i "test.sh" name_of_the_workflow.workflow ```
