2017-2018/config.sh

17 lines
195 B
Bash
Raw Normal View History

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