This file is indexed.

/usr/share/gap/pkg/scscp/demo/macaulay.txt is in gap-scscp 2.1.4+ds-3.

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
 9
10
11
12
# EvaluateBySCSCP( "ChangeInfoLevel", [4], "localhost", 26133 );

loadPackage "SCSCP"; loadPackage "OpenMath";
GAP = newConnection "127.0.0.1"
openMath 6 * 7
GAP <== openMath 6 * 7
m1 = id_(QQ^10)^{1,6,2,7,3,8,4,9,5,0}
m2 = id_(QQ^10)^{1,0,2,3,4,5,6,7,8,9};
G = GAP <=== matrixGroup({m1,m2})
size G
GAP <== size G
close GAP