source oom-score-adj.sh from validator.sh

This commit is contained in:
Rob Walker 2018-08-27 18:00:29 -07:00
parent 51d911e3f4
commit f88970a964
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ here=$(dirname "$0")
# shellcheck source=multinode-demo/common.sh
source "$here"/common.sh
# shellcheck source=scripts/oom-score-adj.sh
source "$here"/../scripts/oom-score-adj.sh
usage() {
if [[ -n $1 ]]; then
echo "$*"