Project

General

Profile

1 10070 aaronmk
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
3
.rel ../../../lib/runscripts/subdir.run
4
5
if self_not_included; then
6
7
import()
8
{
9
	echo_func
10
	"$top_dir"/download
11
}
12
13
fi