Hazel with infitate loop shell scrips

So I have a hazel rule setup to fire up my development server, to do this it executes a shell script to launch the Angular CLI, the issue I have is, that because the scrip never finishes executing, while the server is running, it seems to lock hazel preventing other scripts from running.

I am curious if anyone has any similar experience with infinite scrips locking hazel?
And ideas for maybe spawning the script into a dedicated process.

1 Like

There are various options for running a script in the background you could try, but one that I use for various scenarios is the at command which schedules a command to be run. I just schedule it for slightly ahead of now.

Hope that helps.

1 Like