Skip to content
andychu edited this page Feb 18, 2019 · 32 revisions

This page accompanies the 0.6.pre15 release.

If anything on this page is unclear, or you can't get it to work, feel free to send a message on oilshell.zulipchat.com (log in with Github).

Also, feel free to edit the page with tips.

Installing

Run ./configure, make, sudo ./install -- as described in the INSTALL.txt.

Notes

  • osh behaves just like /bin/bash:
    • osh -c 'echo hi'
    • osh myscript.sh
    • Or source myprog.sh within OSH.
    • etc.
  • The startup file is ~/.config/oil/oshrc
    • Make an ~/.oshrc symlink if that gets annoying to type.
  • Our temporary fork of the bash-completion project has some required features: /~https://github.com/oilshell/bash-completion

Useful Features for Testing

Channels for Feedbak

Clone this wiki locally