basic_bot.bb_ps
Finds and lists all processes that were started by bb_start.
When bb_start
is used to start a process, it adds a via=bb_start
to the
command line. You can also see the list of processes started by bb_start
by
using ps -ef | grep "via=bb_start"
from the terminal.
bb_ps is a script installed in the path by pip install of basic_bot.
usage: