aboutsummaryrefslogtreecommitdiffstats
path: root/vespa-feed-client-cli/src/main/sh/vespa-feed-client-standalone.sh
blob: c4e70c362b0266f011290eb102dc6cf1164cd709 (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.impl.CliClient "$@"