This file is indexed.

/usr/share/doc/python-pybtex-doc/examples/make.sh is in python-pybtex-doc 0.21-2.

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

export PYTHONPATH=..
latex xampl
../scripts/pybtex xampl
latex xampl
latex xampl

echo
echo "Examine xampl.dvi to see what you have just got."