2019-2020/config.sh

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
}