This file is indexed.

/usr/games/ffrenzy-menu is in ffrenzy 1.0.2~svn20150731-1ubuntu2.

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
11
12
#! /usr/bin/python2

import sys,os


sys.path.append("/usr/share/ffrenzy/python")

#start the gui, this does all the work
import ffmenu

ffmenu.run('/usr/share/ffrenzy/glade/ffmenu.glade',
           '/usr/games/ffrenzy','/usr/share/ffrenzy/levels')