This file is indexed.

/usr/bin/otbgui_MeanShiftSmoothing is in otb-bin-qt 6.4.0+dfsg-1.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
#!/bin/sh
#
# Autogenerated by OTB installation process
# DO NOT MODIFY
#
CURRENT_SCRIPT_DIR=$(dirname "$0")
if [ -e "$CURRENT_SCRIPT_DIR/otbgui" ] ; then
  # Prefer using the launcher inside the script dir
  OTB_LAUNCHER=$CURRENT_SCRIPT_DIR/otbgui
else
  # Use the one from the PATH
  OTB_LAUNCHER=otbgui
fi

# start the application
$OTB_LAUNCHER MeanShiftSmoothing "$@"