chore: Add build

This commit is contained in:
Timo Reymann
2023-02-15 13:25:16 +01:00
parent 762ae97a36
commit 3744a220f1
7 changed files with 43 additions and 15 deletions
+3 -6
View File
@@ -1,8 +1,5 @@
#!/bin/bash
# shellcheck source=src/prompts.sh
source "${BASH_SOURCE%/*}/prompts.sh"
# shellcheck source=src/user_feedback.sh
source "${BASH_SOURCE%/*}/user_feedback.sh"
# shellcheck source=src/logging.sh
source "${BASH_SOURCE%/*}/logging.sh"
source "prompts.sh"
source "user_feedback.sh"
source "logging.sh"