> 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

Reply via email to