This file is indexed.

/usr/bin/exaile is in exaile 3.3.2-1.

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

# Exaile launcher script (automatically generated)

EXAILE_PREFIX=/usr

if test -z "${XDG_DATA_DIRS}"; then
	XDG_DATA_DIRS="/usr/local/share/:/usr/share/"
fi
XDG_DATA_DIRS="${EXAILE_PREFIX}/share/:${XDG_DATA_DIRS}"
export XDG_DATA_DIRS
exec /usr/bin/python ${EXAILE_PREFIX}/lib/exaile/exaile.py --datadir=${EXAILE_PREFIX}/share/exaile/data --startgui  "$@"
exit $?