On 3/21/07, Oliver Heins <[EMAIL PROTECTED]> wrote:
I ever wondered how I can achieve a behavior like this with a construction similar towhile 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.
