> Thanks. My acme was so old that it didn't export winid. > Then Putcmd is *so* trivial. You can execute "Putcmd mk". > > ++ > #!/bin/rc > echo put > /mnt/acme/$winid/ctl > $*
you could also make a Put that was echo put >/mnt/acme/$winid/ctl and then use Put; mk. arguably having to write Put in this case is a bug. russ
