mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 07:21:53 +08:00
test: use pgrep command
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
ps -ef | grep Resin | grep -v grep | awk '{print $2}' | tr -d '\n'
|
||||
pgrep -f Resin | tr -d '\n'
|
||||
Reference in New Issue
Block a user