mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
5 lines
60 B
Bash
Executable File
5 lines
60 B
Bash
Executable File
#!/bin/sh -l
|
|
|
|
cd ${0%/*/*}/share/mma
|
|
exec ${0%/*}/mma.py $*
|