I'm trying to make Automator run a simple Terminal command.
In Automator, my first action is to run Terminal. Easy enough.
The second action is to run the following commands
Then:
The last command does not work. What is the problem here?
ALSO, these commands work for me if I run them in Terminal, so that shouldn't be the problem.
Thanks in advance! I'm new to Automator and the Mac! 😀
In Automator, my first action is to run Terminal. Easy enough.
The second action is to run the following commands
Code:
cd /Applications/synergy/
Code:
./synergys --config synergy.conf
The last command does not work. What is the problem here?
ALSO, these commands work for me if I run them in Terminal, so that shouldn't be the problem.
Thanks in advance! I'm new to Automator and the Mac! 😀