core: add config.sh

This commit is contained in:
2025-08-20 11:48:27 +02:00
parent fdf6d574e7
commit 48e93bbe0b

9
config.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
export ROOT=`pwd`
export TEXINPUTS=".:${ROOT}/tools/style//::"
goroot(){
cd $ROOT
}