4 lines
86 B
Bash
4 lines
86 B
Bash
#!/bin/sh
|
|
|
|
cd ${TRUEPREFIX}/share/makehuman && \
|
|
exec ${MODPY_BIN} makehuman.py "$@"
|