mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-10 03:15:00 -05:00
7 lines
105 B
Bash
Executable File
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 "$@"
|