Project

General

Profile

1 8285 aaronmk
#!/bin/bash
2
set -o errexit
3
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/util.run
4
5
import ()
6
{
7
	echo_func "$FUNCNAME" "$@"
8
	echo_run "$(dirname "${BASH_SOURCE[0]}")"/import
9
}