1
0
Fork 0
mirror of synced 2024-06-02 07:11:11 -04:00
This commit is contained in:
m10090 2024-04-25 14:23:40 +02:00 committed by GitHub
commit 51a2d83600
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
tpm
View file

@ -2,6 +2,7 @@
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
BINDINGS_DIR="$CURRENT_DIR/bindings"
BINDINGS_DIR=${BINDINGS_DIR// /\\ }
SCRIPTS_DIR="$CURRENT_DIR/scripts"
source "$SCRIPTS_DIR/variables.sh"