This file is indexed.

/usr/share/doc/bash/examples/scripts/self-repro is in bash-doc 4.2+dfsg-0.1+deb7u3.

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
# self-reproducing script (except for these comment lines -- remove them)
# i got this from the ksh93 faq:
#	http://www.kornshell.com/doc/faq.html
#
n="
" q="'" x="cat <<-!" y=! z='n="$n" q="$q" x="$x" y=$y z=$q$z$q$n$x$n$z$n$y'
cat <<-!
n="$n" q="$q" x="$x" y=$y z=$q$z$q$n$x$n$z$n$yb
!