aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/main/sh/vespa-feed-client-standalone.sh
blob: 49c945fcc479dd1a81af0dc20ad3365d00abc867 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env sh
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

exec java \
-Djava.awt.headless=true \
-Xms128m -Xmx2048m \
-Djava.util.logging.config.file=`dirname $0`/logging.properties \
-cp `dirname $0`/vespa-feed-client-cli-jar-with-dependencies.jar ai.vespa.feed.client.impl.CliClient "$@"