summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-get-node-state
blob: ca8cc2e09b3c222118a37c9a0978cf3034ee290d (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env bash
# Copyright 2019 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

eval $(vespa-security-env)

$VESPA_HOME/libexec/vespa/GetNodeState.pl "$@"