Files
2025-08-13 23:53:40 +08:00

2 lines
63 B
Bash
Executable File

#!/bin/bash
jps | grep -E "jar" | awk '{print $1}' | tr -d '\n'