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

exec java \
-Djava.awt.headless=true \
-Xms128m -Xmx2048m \
--add-opens=java.base/sun.security.ssl=ALL-UNNAMED  \
-Djava.util.logging.config.file=`dirname $0`/logging.properties \
-cp `dirname $0`/vespa-feed-client-cli-jar-with-dependencies.jar ai.vespa.feed.client.CliClient "$@"