This file is indexed.

/usr/share/phoneuid/phoneui-wrapper.sh is in phoneuid 0.1+git20130505-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
#!/bin/sh
CODE=-1
while [ $CODE -ne 128 -a $CODE -ne 137 -a $CODE -ne 255 -a $CODE -ne 0 ]
do
	ELM_ENGINE=x11 phoneuid
	CODE=$?
done