aboutsummaryrefslogtreecommitdiff
path: root/lib/functions
diff options
context:
space:
mode:
Diffstat (limited to 'lib/functions')
-rw-r--r--lib/functions10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/functions b/lib/functions
new file mode 100644
index 0000000..473ea9e
--- /dev/null
+++ b/lib/functions
@@ -0,0 +1,10 @@
+#!/bin/bash
+#
+# Common functions.
+#
+
+# Setup environment
+hydra_set_env $*
+source $APP_BASE/lib/git
+source $APP_BASE/lib/misc
+source $APP_BASE/lib/tmpfile