This file is indexed.

/usr/bin/bib2ris-utf8 is in refdb-clients 1.0.2-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
#!/bin/sh
# bib2ris-utf8: wrapper script for bib2ris which converts bibliographic
# data from bibtex to RIS format
# the script sends the bib2ris output through the refdb_latex2utf8txt script
# to ensure the output is valid UTF-8 w/o any foreign letters written as
# latex commands

/usr/bin/bib2ris $* | /usr/bin/refdb_latex2utf8txt
exit 0