This file is indexed.

/usr/share/doc/biosquid-dev/examples/Testsuite/x-base-shuffle is in biosquid-dev 1.9g+cvs20050121-4.

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
#! /usr/bin/perl

use testsuite;

testsuite::description("x-base-shuffle", "basic tests of shuffle");
testsuite::run("../shuffle ../Formats/fasta       > /dev/null");
testsuite::done();