aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/functions
blob: b07e523d40b7bf560a94fae3bfb173666939902c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
#
# Common functions.
#

# Source required functions
source $APP_BASE/lib/hydra/git
source $APP_BASE/lib/hydra/misc
source $APP_BASE/lib/hydra/usage
source $APP_BASE/lib/hydra/action
source $APP_BASE/lib/hydra/config
source $APP_BASE/lib/hydra/tmpfile

# Setup environment
hydra_set_env $*