Do not follow this link

~sircmpwn/rc

A simple shell
all: use more for-each loops
Drop internal tokenizer for strings::tokenize
all: updates for nomem

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/rc
read/write
git@git.sr.ht:~sircmpwn/rc

You can also use your local clone with git send-email.

#rc

Name subject to change

rc is an experimental shell for Unix inspired by Plan 9's rc.

#Installation

  1. Install an up-to-date Hare environment, madeline, and scdoc
  2. make
  3. make install

To install to /bin (recommended location for shebangs), use make install PREFIX=/.

Do not follow this link