From 2edb5ed2c6fd352770d767ca5d738d93afec863a Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Mon, 12 May 2014 19:58:25 +0200 Subject: [PATCH] ZynAddSubFX: added update script Added script to pull in latest ZynAddSubFX sources from LMMS-ZynAddSubFX repository. --- plugins/zynaddsubfx/update-zynaddsubfx.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 plugins/zynaddsubfx/update-zynaddsubfx.sh diff --git a/plugins/zynaddsubfx/update-zynaddsubfx.sh b/plugins/zynaddsubfx/update-zynaddsubfx.sh new file mode 100755 index 000000000..ca87290ee --- /dev/null +++ b/plugins/zynaddsubfx/update-zynaddsubfx.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +rm -rf zynaddsubfx +git clone git://github.com/LMMS/zynaddsubfx.git +rm -rf zynaddsubfx/.git + +git status zynaddsubfx/ + +