summaryrefslogtreecommitdiffstats
path: root/coverity-install.sh
blob: 83d2ad92f58d8fbe9eeb0f59cb1e6a61d1103f2f (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
# Coverity installation script
#
# Copyright: SPDX-License-Identifier: GPL-3.0-or-later
#
# Author: Pavlos Emm. Katsoulakis (paul@netdata.cloud)

exec ./coverity-scan.sh install "${@}"