Files
MemShellParty/integration-test/script/jboss_pid.sh
T

2 lines
100 B
Bash
Executable File

#!/bin/bash
ps -ef | grep -E 'Main|jboss-modules.jar' | grep -v grep | awk '{print $2}' | tr -d '\n'