From 1083db296869fdf6cbb9b4ac1739b62f21428920 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Sun, 12 May 2024 16:07:15 +0200 Subject: More WIP --- load.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'load.sh') 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 -- cgit