emcrisostomo/fswatch

Dont no how to stop fswatch after using '&' flag to run the cmd

Closed this issue · 2 comments

Dont no how to stop fswatch after using '&' flag to run the cmd

The same way you'd stop any other process running in the background -- find its Process ID with ps, and stop it with kill.