2024-10-30 11:54:46 +08:00

3 lines
95 B
Bash

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