#!/bin/bash -f
pgrep -f "sys_basher" | while read PID; do echo -17 > /proc/$PID/oom_adj; done
