MuseScore/mtest/scripting/updateReference
2017-12-27 12:54:46 +01:00

12 lines
212 B
Bash
Executable file

#!/bin/bash
if [ "`uname`" = 'Darwin' ]; then
MSCORE=../../build.xcode/mtest/scripting/Debug
else
MSCORE=../../build.debug/mtest/scripting
fi
cp $MSCORE/p1.log p1.log.ref
cp $MSCORE/p2.log p2.log.ref