feat: support jbossas agent shell

This commit is contained in:
ReaJason
2025-01-07 10:02:51 +08:00
parent c44ae3ad4f
commit 1dfc28cd33
7 changed files with 53 additions and 19 deletions
+2
View File
@@ -0,0 +1,2 @@
#!/bin/bash
ps -ef | grep -E 'Main|jboss-modules.jar' | grep -v grep | awk '{print $2}' | tr -d '\n'