ZynAddSubFX: added update script
Added script to pull in latest ZynAddSubFX sources from LMMS-ZynAddSubFX repository.
This commit is contained in:
9
plugins/zynaddsubfx/update-zynaddsubfx.sh
Executable file
9
plugins/zynaddsubfx/update-zynaddsubfx.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf zynaddsubfx
|
||||
git clone git://github.com/LMMS/zynaddsubfx.git
|
||||
rm -rf zynaddsubfx/.git
|
||||
|
||||
git status zynaddsubfx/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user