3 lines
96 B
Bash
3 lines
96 B
Bash
|
|
#!/bin/bash
|
||
|
|
#kill $(ps aux | grep 'EMS_NEW-0.0.1-SNAPSHOT.war'| grep 'java' | awk '{print $2}')
|