This file is indexed.

/usr/share/picolisp/misc/calc is in picolisp 17.12+20180218-1.

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
10
11
12
#!/usr/bin/picolisp /usr/lib/picolisp/lib.l
# 10may11abu
# (c) Software Lab. Alexander Burger

(load "@lib/misc.l" "/usr/share/picolisp/misc/calc.l")

# Initialize
(main)

# Start server
(go)
(wait)