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