feat: a3 and other things

This commit is contained in:
Strix 2024-06-06 02:00:49 +02:00
parent dd7516e6d7
commit 4be03b9764
7 changed files with 180 additions and 82 deletions

View file

@ -2,9 +2,19 @@
set -e
. $SC_SRC/lib/variables
if [ $SC_DEBUG ]; then
SC_LOGGER_LEVEL=0
echo "*** SC DEBUG ***"
fi
. $SC_LIB/variables
. $SC_LIB/headers
. $SC_LIB/logger
. $SC_LIB/manipulation
. $SC_LIB/privileges
. $SC_LIB/privileges
for l in $SC_INCLUDE_LIBS; do
[ -f "$SC_LIB/$l" ] || continue
LOGD "including $l..."
. $SC_LIB/$l
done