pyclock/scripts/redundancy/ProcessExists
2024-03-19 08:29:02 -05:00

3 lines
66 B
Bash
Executable file

#!/bin/bash
ps -aux | grep "pyclock.py" | grep -v "grep" | wc -l