[racket] Embedding multiline shell scipts

From: Thomas Chust (chust at web.de)
Date: Sun Feb 6 07:31:00 EST 2011

2011/2/6 Jukka Tuominen <jukka.tuominen at finndesign.fi>:
> [...]
> I'm trying to embed multiline shell scripts within a scheme function, but
> I'm not quite sure how to do it.
> [...]

I just tried it and the procedure system [1] seems to have no problems
executing multiline scripts passed to it.

Ciao,
Thomas


[1] http://docs.racket-lang.org/reference/subprocess.html?q=system#(def._((lib._racket/system..rkt)._system))


-- 
When C++ is your hammer, every problem looks like your thumb.


Posted on the users mailing list.