check process of tdm_reaper
This commit is contained in:
7
makefile
7
makefile
@@ -48,6 +48,13 @@ $(SRC).o : lib/$(SRC).cpp lib/$(SRC).hpp lib/tdm_datamodel.hpp
|
||||
clean :
|
||||
rm -f $(EXE) *.o
|
||||
|
||||
# --------------------------------------------------------------------------- #
|
||||
# check process
|
||||
|
||||
checkps :
|
||||
@ps aux | head -n1
|
||||
@ps aux | grep $(EXE) | grep -v "grep"
|
||||
|
||||
# --------------------------------------------------------------------------- #
|
||||
# python module
|
||||
#
|
||||
|
Reference in New Issue
Block a user