2019-2020/config.sh
2020-05-05 09:53:14 +02:00

17 lines
199 B
Bash
Executable File

#!/bin/bash
export ROOT=`pwd`
export TEXINPUTS=".:${ROOT}/tools/style//::"
# activate virtual env
source ./venv/bin/activate
goroot(){
cd $ROOT
}
doublea5(){
sh ../Shombos/doublea5.sh
}