view analyzer/cli/heapstats-cli @ 273:c544d27e27c2

Bug 3754: Could not bundle heapstats-cli launcher Reviewed-by: ykubota https://github.com/HeapStats/heapstats/pull/145
author Yasumasa Suenaga <yasuenag@gmail.com>
date Sat, 05 Oct 2019 10:41:03 +0900
parents
children
line wrap: on
line source

#!/bin/sh
DIR=`dirname $0`
$DIR/java --module-path $DIR/../mods -m heapstats.cli/jp.co.ntt.oss.heapstats.cli.CliMain $@