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

This page accompanies the 0.6.pre15 release.

Instructions

  • 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

  • Clone our temporary fork of the bash-completion project: /~https://github.com/oilshell/bash-completion

Useful Features for Testing

Clone this wiki locally