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 12968 aaronmk
	begin_target
10
	with_rm "$top_dir"/download
11 10070 aaronmk
}
12
13
fi