Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
3

    
4
if self_not_included; then
5

    
6
import ()
7
{
8
	echo_func
9
	make
10
}
11

    
12
fi
(11-11/11)