RandomSec/OpenRefine/stop.sh
2022-01-04 16:31:32 +01:00

3 lines
107 B
Bash

ps -ef | grep refine | awk '{print $2}' | awk 'NR==1' | xargs kill
echo 'successfully stopped open-refine'