feat: a3 and other things
This commit is contained in:
parent
dd7516e6d7
commit
4be03b9764
7 changed files with 180 additions and 82 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue