mirror of https://github.com/dynup/kpatch
8 lines
165 B
Plaintext
8 lines
165 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
SCRIPTDIR="$(readlink -f $(dirname $(type -p $0)))"
|
||
|
|
||
|
declare -a blacklist=(meminfo-string-LOADED.test)
|
||
|
|
||
|
source ${SCRIPTDIR}/../common/multiple.template
|