-
-
Notifications
You must be signed in to change notification settings - Fork 163
How To Test OSH
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.
Run ./configure
, make
, sudo ./install
-- as described in the INSTALL.txt.
-
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.
- Make an
- Our temporary fork of the bash-completion project has some required features: /~https://github.com/oilshell/bash-completion
- Run
osh
withOSH_HIJACK_SHEBANG=/usr/local/bin/osh
-
--debug-file
- Also see Debugging Completion Scripts
- File issues on Github
- oilshell.zulipchat.com (log in with Github)