9 lines
81 B
Bash
Executable file
9 lines
81 B
Bash
Executable file
#!/bin/sh
|
|
|
|
#
|
|
# edit file
|
|
#
|
|
|
|
MSCORE=../build.debug/mscore/mscore
|
|
$MSCORE $1.mscz
|
|
|