automated terminal push

This commit is contained in:
Your Name
2025-02-07 16:12:39 -05:00
parent a8c03cdfb3
commit 3b547f2192
20 changed files with 655 additions and 3 deletions

View File

@@ -0,0 +1,62 @@
#!/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