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