/usr/share/doc/python-ply-doc/examples/cleanup.sh is in python-ply-doc 3.7-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 | #!/bin/sh
rm -f */*.pyc */parsetab.py */parser.out */*~ */*.class
|