fail2ban/kill-server
Yaroslav Halchenko e28688a3d3 Adding files which were not present in sdist
and removed PKG-INFO
2011-11-18 10:47:47 -05:00

2 lines
69 B
Bash
Executable file

#!/bin/bash
kill `ps ax|grep fail2ban|grep -v grep|awk '{print $1}'`