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

2 lines
83 B
Bash
Executable File

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