Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!usc!snorkelwacker!bloom-beacon!ncd.COM!jim From: jim@ncd.COM (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: .twmrc parsed by m4 or cpp Message-ID: <9008061615.AA06361@hansen.com> Date: 6 Aug 90 16:15:10 GMT References: <24335@boulder.Colorado.EDU> Sender: daemon@athena.mit.edu (Mr Background) Organization: Network Computing Devices, Mountain View, CA Lines: 13 If you don't have time to hack twm code, you might be able to use the following (fairly gross) shell script: #!/bin/sh tmp=/tmp/twm.$$ (echo cpp ; xrdb -s; echo "<$HOME/.twmrc.master >$tmp") | tr '\012' ' ' | sh twm -f $tmp $* rm $tmp