summaryrefslogtreecommitdiff
path: root/lib/hydra/functions
blob: 0324bbb47175b609cd745bdfa3e4207832f89471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# Common functions.
#

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

# Setup environment
hydra_set_env $*