aboutsummaryrefslogtreecommitdiff
path: root/load.sh
diff options
context:
space:
mode:
Diffstat (limited to 'load.sh')
-rw-r--r--load.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/load.sh b/load.sh
index 7e7f0af..3deaab6 100644
--- a/load.sh
+++ b/load.sh
@@ -6,7 +6,9 @@ fi
_atrocity_base="$(dirname -- "$(readlink -f -- _atrocity_init_file)")"
source "$_atrocity_base"/logger.sh
+source "$_atrocity_base"/events.sh
source "$_atrocity_base"/connect.sh
+source "$_atrocity_base"/rest.sh
atrocity_debug "Loaded atrocity from $_atrocity_base"
_atrocity_prepare