/usr/lib/cgi-bin/emboss is in emboss-explorer 2.2.0-8.
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 | #!/usr/bin/perl
use strict;
use warnings;
use EMBOSS::GUI;
my $emboss = EMBOSS::GUI->new();
$emboss->go();
|