This file is indexed.

/usr/share/doc/crm114/examples/tests/beeptest.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
#
#	beelptest.crm - test syscall printf beep

# Copyright 2009 William S. Yerazunis.
# This file is under GPLv3, as described in COPYING.
{
	window
	output /:*:_nl: CRM114: test syscall 'printf beep' :*:_nl:/
	syscall /printf '\a' > \/dev\/tty /
}