#!/bin/bash -e
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/util.run
.rel ../../../lib/sh/local.sh
if self_not_included; then
filter()
{
echo_func
in_place "$top_file" grep -F '*'
}
all()
filter
fi