#!/bin/bash -e
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
.rel ../../../lib/runscripts/subdir.run
if self_not_included; then
import()
{
echo_func
"$top_dir"/download
}
fi