#!/bin/sh
#
# Autogenerated by OTB installation process
# DO NOT MODIFY
#
CURRENT_SCRIPT_DIR=$(dirname "$0")
if [ -e "$CURRENT_SCRIPT_DIR/otbcli" ] ; then
  # Prefer using the launcher inside the script dir
  OTB_LAUNCHER=$CURRENT_SCRIPT_DIR/otbcli
else
  # Use the one from the PATH
  OTB_LAUNCHER=otbcli
fi

# start the application
$OTB_LAUNCHER FusionOfClassifications "$@"
