#!/bin/sh

JAVA_HOME=/usr/lib/jvm/java-8-openjdk-ppc64el
PATH=$JAVA_HOME/bin:$PATH

exec /usr/lib/nvidia-visual-profiler/nvvp "$@"
