xeps/texml

7 lines
105 B
Bash
Executable File

#!/bin/sh
DIR=/usr/local/bin
export PATH=/usr/local/virtualenv/gen/bin:$PATH
python $DIR/texml.py "$@"