projects
/
Faustine.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
1892f98e93589460a8dfcd6de37f2320ff070a69
[Faustine.git]
/
interpretor
/
faust-0.9.47mr3
/
tools
/
faust2oct
/
faust2oct
1
#!/bin/sh
2
3
bname
=
`basename
$1
.dsp`
4
5
faust
-a
octave.cpp
$1
>
${bname}
.cpp
6
sed
-i
"s/FAUST_FUNC_NAME/
${bname}
/g"
${bname}
.cpp
7
mkoctfile
${bname}
.cpp
8