/usr/share/texmf-texlive/scripts/shipunov/biokey2html.sh is in texlive-latex-extra 2009-10ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #!/bin/bash
export PATH=.:{$PATH}
biokey2html1.pl $1 > $12
biokey2html2.pl $12 > /tmp/$1.$$
biokey2html3.pl /tmp/$1.$$ > $1.html
#
|