scsh-users
[Top] [All Lists]

Process forms and complex pipeline

To: scsh-news@zurich.ai.mit.edu
Subject: Process forms and complex pipeline
From: stktrc <stktrc@yahoo.com>
Date: Sat, 29 Mar 2003 12:49:51 +0100
Organization: News UmU SE
This works as expected:

(run (| (ls) (cat))

But this just hangs:

(run (|+ ((1 0)) (ls) (cat))

Shouldn't both work equivalently?

<Prev in Thread] Current Thread [Next in Thread>