Files
yankee-downloader-desktop/tor-robot-remix/robot/robot-kill-target-system-processes.sh

63 lines
1.0 KiB
Bash
Raw Normal View History

2025-02-07 16:12:39 -05:00
#!/bin/sh
##
## This script is a digital hunter killer drone
## to terminate target application processes
## on the local system
##
## Questions or issues? Email me here:
##
## the.software.shinobi@gmail.com
##
#set -e;
#set -x;
##
## reset;
## clear;
## Navigate to the robot-killer-home-directory
pwd
cd /var/root/robot-process-killer/
pwd
ls -lha
## Load the robot configuration from external file
echo
echo "BEGIN: load robot process killer configuration from file"
echo
. ./load-robot-process-killer-configuration.sh
echo
echo "END: load robot process killer configuration from file"
echo
## Load the robot functions and "do work" functionality from external file
echo
echo "BEGIN: load robot process killer capability from file"
echo
. ./load-robot-process-killer-capability.sh
echo
echo "END: load robot process killer capability from file"
echo
## Exeute the robot process killer functionality
echo
echo "starting the robot process killer"
echo
execute_robot_process_killer_capability