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