mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo Creating symbolic links for MMA.
|
||
|
|
||
|
ln -s `pwd` /usr/local/share/mma
|
||
|
ln -s `pwd`/mma.py /usr/local/bin/mma
|
||
|
|
||
|
echo Done.
|