mirror of
https://github.com/netdata/netdata.git
synced 2025-03-16 22:13:38 +00:00
7 lines
189 B
Bash
Executable file
7 lines
189 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
|
|
|
"${SCRIPT_DIR}/build-static.sh" x86_64 "${@}"
|