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

2 lines
82 B
Bash
Executable File

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