#!/bin/sh

POGO_PREFERENCES=/home/conda/feedstock_root/build_artifacts/pogo_1752484186515/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/share/pogo/preferences
POGO_CLASS=/home/conda/feedstock_root/build_artifacts/pogo_1752484186515/_h_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placeh/share/java/Pogo.jar

export CLASSPATH=$POGO_PREFERENCES:$POGO_CLASS

java org.tango.pogo.gui.Pogo "$@"
