shell

<CsoundSynthesizer>
<CsInstruments>

instr 1
  prints "--- shell inside ---\n"
endin

</CsInstruments>
<CsScore bin="sh">

exec > "$1"

seq 10 | xargs -i echo i1 {} 1

</CsScore>
</CsoundSynthesizer>

tito