Rename interpretor to interpreter.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / tools / faust2appls / faust2svg
1 #!/bin/bash
2 for f in $@; do
3 faust -svg $f -o /dev/null
4 done
5