From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <400e8e6e0b93b38d19e3a582f290be65@ladd.quanstro.net> References: <11a9efd9821b9f9e4f44adfd7126c820@cirno.sfldmibb.det.wayport.net> <400e8e6e0b93b38d19e3a582f290be65@ladd.quanstro.net> Date: Sat, 8 Nov 2014 09:29:19 +0100 Message-ID: From: Mats Olsson To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] Persistent font in Acme. Topicbox-Message-UUID: 257c30ba-ead9-11e9-9d60-3106f5b1d025 It was a quick and efficient fix of the issue at hand even if it wasn't by the book. Kind regards, Mats 2014-11-08 8:18 GMT+01:00, erik quanstrom : >> So, you could make a script $home/bin/rc/a: > > curious choise. not that you'd want to use this anymore, but ... > > ; cat /bin/a: > #!/bin/rc > rfork e > flop=/dev/fd0disk > if(! test -r $flop) > flop='#f'/fd0disk > if(! test -f /srv/dos) > dossrv >/dev/null [2]/dev/null > unmount /n/a:>[2]/dev/null > mount -c /srv/dos /n/a: $flop > unmount /n/a >[2]/dev/null > mount -c /srv/dos /n/a $flop > > > - erik > >