Project

General

Profile

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

    
4
import ()
5
{
6
	echo_func "$FUNCNAME" "$@"
7
	echo_run "$(dirname "${BASH_SOURCE[0]}")"/import
8
}
(11-11/11)