feat: support resin agnet shell(#20)

hook point is com.caucho.server.dispatch.FilterFilterChain.doFilter (resolved #20)
This commit is contained in:
ReaJason
2025-01-07 20:28:51 +08:00
parent 1dfc28cd33
commit 99c53b6287
11 changed files with 118 additions and 26 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
ps -ef | grep Resin | grep -v grep | awk '{print $2}' | tr -d '\n'