3 lines
66 B
Bash
Executable file
3 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
|
|
ps -aux | grep "pyclock.py" | grep -v "grep" | wc -l
|