Project

General

Profile

1 11242 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/util.run
3
.rel ../../../lib/sh/local.sh
4
5
if self_not_included; then
6
7
filter()
8
{
9
	echo_func
10
	<"${top_file/.include./.}" echo_run filter_out_cs 0 \
11
	<(sed 's/ #.*$//' "${top_file/.include./.exclude.}") >"$top_file"
12
}
13
14
all()
15
{
16
	echo_func
17
	filter
18
}
19
20
fi