mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -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 "$@"
|