mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-22 09:12:19 -05:00
7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
DIR=/usr/local/bin
|
||
|
export PATH=/usr/local/virtualenv/gen/bin:$PATH
|
||
|
|
||
|
python $DIR/texml.py "$@"
|