This file is indexed.

/usr/share/doc/libgrib-api-dev/examples/multi.sh is in libgrib-api-dev 1.19.0-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
#!/bin/sh

. ./include.sh

if [ ! -f "${data_dir}/multi.grib2" ] 
then
  echo SKIP: $0
  exit
fi
${examples_dir}multi > /dev/null