From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 23 Apr 2014 15:34:03 -0400 To: 9fans@9fans.net Message-ID: <63ad87826698c76996628eaa50699e64@ladd.quanstro.net> In-Reply-To: <535810E5.1010507@gmail.com> References: <53567454.2050509@gmail.com> <535810E5.1010507@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] writing to /dev/$winid/addr Topicbox-Message-UUID: db283c48-ead8-11e9-9d60-3106f5b1d025 > >>> #!/bin/rc > >>> { > >>> echo 'echo $SYSNAME!`uname -n`!$USER' > >>> echo 'PS1='':; '' PS2='' ''' > >>> } >/dev/$winid/body > > this is not valid rc. > > > > - erik > > > If it's not too much trouble, would you mind demonstrating what valid rc > would be for the part of the script in question. i'm wrong of course if the shell you're running is bash, the script itself is reasonable rc. i was confused by an rc script emitting bash. - erik