summaryrefslogtreecommitdiffstats
path: root/vespaclient/src/sh/vespa-get-node-state
blob: af49ca82371501cffb091c1ff0fad5a7814922d5 (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 "$@"