mirror of
https://github.com/apache/druid.git
synced 2025-02-15 14:34:57 +00:00
3 lines
85 B
Bash
Executable File
3 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
ps -eaf | grep BrokerMain | grep -v grep | awk '{print $2}' | xargs kill
|