This file is indexed.

/etc/voxbo/jobtypes/matadd.vjt is in voxbo 1.8.5~svn1246-1ubuntu1.

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
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
shortname matadd
description Efficient Matrix Operations in c (compute X+Y)
invocation commandline

argument
 name=in1
 argdesc=first matrix 
 type=string
 default=none
 low=none
 high=none
end
argument
 name=in2
 argdesc=second matrix 
 type=string
 default=none
 low=none
 high=none
end
argument
 name=out
 argdesc=sum of inputmatrix1 and inputmatrix2 
 type=string
 default=none
 low=none
 high=none
end

command vbmm2 -add $(in1) $(in2) $(out)
requires cpu