diff options
author | Linnea Gräf <nea@nea.moe> | 2024-05-12 16:07:15 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-05-12 16:07:15 +0200 |
commit | 1083db296869fdf6cbb9b4ac1739b62f21428920 (patch) | |
tree | c65b2597734aa3cf963f546f0ec90c890c4203bb /load.sh | |
parent | 65cbc9069e15f7f77a0497395a7796906b8ade9a (diff) | |
download | atrocity-1083db296869fdf6cbb9b4ac1739b62f21428920.tar.gz atrocity-1083db296869fdf6cbb9b4ac1739b62f21428920.tar.bz2 atrocity-1083db296869fdf6cbb9b4ac1739b62f21428920.zip |
More WIP
Diffstat (limited to 'load.sh')
-rw-r--r-- | load.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |