new-relic-setup/setup.sh

13 lines
165 B
Bash
Executable File

#!/bin/sh
# Author : NTT Data AG
# Date : 16-05-2023
# Installs New Relic agent on target machine
show_help() {
cat <<EOF
Usage: $0 <dynatrace_token>
EOF
}