2026-01-06 04:47:40 +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}')