github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/pkg/vcs/testdata/linux/merge_config.sh (about) 1 #!/usr/bin/env bash 2 # Copyright 2020 syzkaller project authors. All rights reserved. 3 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 4 5 # merge_config.sh -m -O outdir baseline kernelAdditionsConfig 6 OUTDIR=$3 7 8 echo `cat $4` > $OUTDIR/.config 9 echo `cat $5` >> $OUTDIR/.config 10 11 exit 0