/usr/share/doc/stalin/benchmarks/bcl-benchmark is in stalin 0.11-5.
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 | #!/bin/sh
unset noclobber
gcc -o unbuff unbuff.c
../stalin -q -On -db -dc bcl-to-latex
./unbuff >bcl.text ./compile-and-run-stalin-bcl-benchmarks
./bcl-to-latex
|