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