automated terminal push
This commit is contained in:
18
tor-robot-remix/robot/monitor.bash
Executable file
18
tor-robot-remix/robot/monitor.bash
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
|
||||
##
|
||||
## This script lists the running processes related to the robot
|
||||
## This script is for local monitoring and verification.
|
||||
##
|
||||
## Questions or issues? Email me here:
|
||||
##
|
||||
## the.software.shinobi@gmail.com
|
||||
##
|
||||
|
||||
##set -x
|
||||
|
||||
##set -e
|
||||
|
||||
##
|
||||
|
||||
watch -n 1 'ps aux | grep robot'
|
||||
Reference in New Issue
Block a user