This file is indexed.

/usr/share/doc/python-ufl/demo/clean.sh is in python-ufl-doc 2017.2.0.0-2.

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

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
17
#!/bin/bash

# ufl-analyse output
rm -f *_debug.py
rm -f *.analysis
rm -f *.repr
rm -f *.str
rm -f *.tree

# python compiled files
rm -f *.pyc

# latex files
rm -f *.aux *.log *.pdf *.tex *.ps *.dvi

# dot files
rm -f *.dot *.png