/usr/share/doc/crm114/examples/shroud.crm is in crm114 20100106-3.
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 13 14 15 | #! /usr/bin/crm
#
# shoud.crm - loop iterate awaiting failure script
# Copyright 2009 William S. Yerazunis.
# This file is under GPLv3, as described in COPYING.
{
{
match < fromend > ( :word: ) /[[:graph:]]+/
hash ( :word:) /:*:word:/
liaf # Loop Iterate Awaiting Failure of match
}
accept # so we accept it to stdout and we're done.
}
|