/usr/share/axiom-20120501/input/curl.input is in axiom-test 20120501-8.
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 | )set break resume
)spool curl.output
)set message test on
)set message auto off
)clear all
--S 1 of 1
draw(curve(sin(t)*sin(2*t)*sin(3*t),sin(4*t)*sin(5*t)*sin(6*t)),t = 0..2*%pi)
--R
--R Compiling function %B with type DoubleFloat -> DoubleFloat
--R Compiling function %D with type DoubleFloat -> DoubleFloat
--R Graph data being transmitted to the viewport manager...
--R AXIOM2D data being transmitted to the viewport manager...
--R
--R (1) TwoDimensionalViewport: "sin(t)*sin(2*t)*sin(3*t)"
--R Type: TwoDimensionalViewport
--E 1
)spool
)lisp (bye)
|