[CM] Mixing scheme script with shell script

e deleflie edeleflie at gmail.com
Wed Sep 17 19:12:12 PDT 2008


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



More information about the Cmdist mailing list