Files
MemShellParty/integration-test/script/resin_pid.sh
T
ReaJason 99c53b6287 feat: support resin agnet shell(#20)
hook point is com.caucho.server.dispatch.FilterFilterChain.doFilter (resolved #20)
2025-01-07 20:28:51 +08:00

2 lines
78 B
Bash
Executable File

#!/bin/bash
ps -ef | grep Resin | grep -v grep | awk '{print $2}' | tr -d '\n'