Project

General

Profile

1 11235 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
	in_place "$top_file" grep -F '*'
11
}
12
13
all()
14
{
15
	echo_func
16
	filter
17
}
18
19
fi