Project

General

Profile

1
#!/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
	begin_target
10
	with_rm "$top_dir"/download
11
}
12

    
13
fi
(60-60/60)