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