Dont no how to stop fswatch after using '&' flag to run the cmd
Closed this issue · 2 comments
halohoop commented
Dont no how to stop fswatch after using '&' flag to run the cmd
direvus commented
The same way you'd stop any other process running in the background -- find its Process ID with ps
, and stop it with kill
.
emcrisostomo commented
Thanks @direvus