basic_bot.bb_killall
Finds all processes started by bb_start and kills them with signal 15. It also removes all files in the local pids directory if they exist.
This script differs from bb_stop in that it works more like the *nix
killall command, which sends a signal to all processes that match a
query. It does not discriminate based on any basic_bot.yml file
like bb_stop does.
See also: bb_ps script.
bb_killall is a script installed in the path by pip install of basic_bot.
usage: