forked from rpms/glibc
4 lines
57 B
Bash
Executable File
4 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
echo 1000 > /proc/self/oom_score_adj
|
|
exec $@
|