mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
3 lines
85 B
Bash
3 lines
85 B
Bash
|
#!/bin/sh
|
||
|
ps -ef | grep fill_db.py | grep -v grep | awk '{print $2}' | xargs kill -9
|