This file is indexed.

/usr/lib/Wt/examples/treeview/treeviewexample is in witty-examples 3.3.0-1build1.

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

PATH_TO_SCRIPT=$(cd ${0%/*} && echo $PWD/${0##*/})
EXAMPLEPREFIX=`dirname "$PATH_TO_SCRIPT"`

EXAMPLESUBDIR=treeview
EXAMPLESUBDIRFROMPREFIX=lib/Wt/examples/treeview
PREFIX=`echo $EXAMPLEPREFIX | sed s,$EXAMPLESUBDIRFROMPREFIX,,g`

PATH=$PREFIX/bin:$PATH LD_LIBRARY_PATH=$PREFIX/lib:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$PREFIX/lib:$DYLD_LIBRARY_PATH $EXAMPLEPREFIX/treeviewexample.wt --docroot $EXAMPLEPREFIX/ --approot $EXAMPLEPREFIX/ --http-port 8080 --http-addr 0.0.0.0 $@