Merge branch 'OOP' of https://scm.cri.ensmp.fr/git/Faustine into OOP
[Faustine.git] / interpretor / 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