Files
MemShellParty/integration-test/script/springboot_pid.sh
T
2025-06-28 13:16:52 +08:00

2 lines
57 B
Bash
Executable File

#!/bin/bash
pgrep -a java | awk '{print $1}' | tr -d '\n'