Re: [dev] [9base] /bin/rc

From: Moritz Wilhelmy <crap_AT_wzff.de>
Date: Tue, 24 Aug 2010 21:45:14 +0200

> On page http://suckless.org/people/Kris there are scripts that starts
> with /bin/rc she-bang. Someone have also sent some script with
> #!/bin/rc in it to this list.
>
> So I want to ask what is the best way to put rc into /bin under Linux.
> Is there any options in plan9port or 9base that allow to install
> non-conflicting utilities in /bin? Of course, I can just move 'rc'
> into 'bin' using mv in my build script but maybe someone know any
> better way?
>
> Hope to get Kris reply, looks like he already use /bin/rc without
> problems. Also strange that he uses #!/usr/bin/env rc in 'vp'.

ever heard of symlinks?
ln -s /path/to/plan9port/bin/rc /bin/rc
Received on Tue Aug 24 2010 - 21:45:14 CEST

This archive was generated by hypermail 2.2.0 : Tue Aug 24 2010 - 21:48:02 CEST