blob: 624bfca1e65a8d9076be1651810b10c1cef8be78 [file] [log] [blame]
#!/bin/sh
if [ ! -z "$(top -bn1 |grep minio |grep -oE '^[ ]*[0-9]+' |grep -oE '[0-9]+')" ]
then
kill -9 $(top -bn1 |grep minio |grep -oE '^[ ]*[0-9]+' |grep -oE '[0-9]+')
fi