Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / faust2appls / faust2svg
diff --git a/interpreter/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2svg b/interpreter/preprocessor/faust-0.9.47mr3/tools/faust2appls/faust2svg
new file mode 100755 (executable)
index 0000000..3ed167e
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/bash
+for f in $@; do
+    faust -svg $f -o /dev/null
+done
+