/usr/share/doc/crm114/examples/quine.crm is in crm114 20100106-7.
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 | #! /usr/bin/crm
#
# quine.crm - produce program's own source code as output
# Copyright 2009 William S. Yerazunis.
# This file is under GPLv3, as described in COPYING.
{
window
output /:*:_pgm_text:/
}
|