2018-2019/config.sh

17 lines
195 B
Bash
Raw Normal View History

2018-09-06 09:00:11 +00:00
#!/bin/bash
export ROOT=`pwd`
export TEXINPUTS=".:${ROOT}/tools/style//::"
# activate virtual env
. ./.venv/bin/activate
goroot(){
cd $ROOT
}
doublea5(){
sh ../Shombos/doublea5.sh
}