Files
2025-2026/config.sh
2025-08-20 11:48:27 +02:00

10 lines
103 B
Bash
Executable File

#!/bin/bash
export ROOT=`pwd`
export TEXINPUTS=".:${ROOT}/tools/style//::"
goroot(){
cd $ROOT
}