On 3/21/07, Oliver Heins <[EMAIL PROTECTED]> wrote:
I ever wondered how I can achieve a behavior like this with a
construction similar to

while true
do
    cat $DWM_PIPE
done | /usr/bin/dwm

Probably like:

while true
do
   while true
   do
       cat $DWM_PIPE
   done | /usr/bin/dwm
done

Greets, Sander.

Reply via email to