summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/include/common.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/include/common.sh b/scripts/include/common.sh
index 6c2a7e7..e54922b 100644
--- a/scripts/include/common.sh
+++ b/scripts/include/common.sh
@@ -368,3 +368,7 @@ function package_build {
run_make
run_make_install
}
+
+function include {
+ source "./$1.sh"
+}