On Jul 9, 2018, at 19:21, Keifer Bly keifer.bly@gmail.com wrote:
I am attempting to find a way to do this automatically on macos High Sierra where the process doesn’t have to be running every second.
The preferred way to do this is with launchd. Basically, you create a special .plist file that defines the paramaters for the job, put it in /Library/LaunchDaemons, and use the launchctl command to activate it.
Here's more info:
https://www.splinter.com.au/using-launchd-to-run-a-script-every-5-mins-on/
--Ron