How can I add several terminal commands to be run on every start of my Mac OS X 10.8 ?
sample command (Starts MySQL):
"sudo /usr/local/zend/bin/zendctl.sh start-mysql"
is there any tool to simplify such tasks ?
|
How can I add several terminal commands to be run on every start of my Mac OS X 10.8 ? sample command (Starts MySQL): "sudo /usr/local/zend/bin/zendctl.sh start-mysql" is there any tool to simplify such tasks ? |
||||
|
|
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Normally, this would be done using the launchd daemon. There is a gui interface that can help you set things up called lingon here |
|||||
|