mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-03-08 21:25:56 +00:00
5 lines
48 B
Bash
Executable File
5 lines
48 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd ${0%/*/*}/share/mma
|
|
exec $0.py $*
|