This file is indexed.

/usr/bin/fc_run is in falcon 1.8.8-1ubuntu1.

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

prefix=$(realpath $(dirname $BASH_SOURCE)/../)
export PATH="$prefix/lib/falcon/bin:$PATH"
export PYTHONPATH="$prefix/lib/falcon/pylib:$PYTHONPATH"

$prefix/lib/falcon/bin/$(basename $0) "$@"