/usr/share/paw-demos/pawex27.kumac is in paw-demos 1:2.14.04.dfsg.2-9.1build1.
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 | MACRO PAWEX27
**************************************************************************
* PAW TUTORIAL EXAMPLE 27 *
* Make a complex graph with PAW using Postscript fonts *
**************************************************************************
Exec ALLDEF
If BATCH = 'NO' Then
out 55 junk
Endif
*
EXEC COMPTIME
*
If BATCH = 'NO' Then
out -55
Endif
RETURN
|