5 lines
106 B
Bash
5 lines
106 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cd ${LOCALBASE}/share/fretsonfire/src/ && python${MODPY_VERSION} ./FretsOnFire.py
|
||
|
cd ${OLDPWD}
|