This file is indexed.

/usr/share/eiskaltdcpp/examples/mpc.en_US.sh is in eiskaltdcpp-scripts 2.2.9-3.

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
14
15
16
17
#!/bin/sh

# This script shows that are now played in mpd

## Author: none
## License: Public Domain

## Depends: sh, mpc, mpd

## Examples:
# output in console:
# /me listening now Blind Guardian - The Bard's Song: In The Forest
# output in eiskaltdcpp chat:
# [17:45:03] * dhampire listening now Blind Guardian - The Quest For Tanelorn

mpc="$(mpc --format "%artist% - %title%" | head -n 1)"
echo "/me listening now ${mpc}"