Hi all, Does anyone know if it is possible to mix up an SND scheme script with normal shell script calls? (including sharing/passing parameters between them?) something like this: (note:tried the below and it doesn't work) #!/usr/local/bin/snd -b !# (use-modules (ice-9 format)) (load "dsp.scm") ... (exit) #!/bin/sh echo $HOME Etienne