aboutsummaryrefslogtreecommitdiff
path: root/lib/functions
blob: 473ea9e8833934f80206c8992e6e20f53a152a69 (plain)
1
2
3
4
5
6
7
8
9
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