OILS / _devbuild / help / oils-usage View on Github | oilshell.org

13 lines, 8 significant
1bin/oils-for-unix is an executable that contains OSH, YSH, and more.
2
3Usage: oils-for-unix MAIN_NAME ARG*
4 MAIN_NAME ARG*
5
6It behaves like busybox. The command name can be passed as the first argument:
7
8 oils-for-unix ysh -c 'echo hi'
9
10More commonly, it's invoked through a symlink like 'ysh', which causes it to
11behave like that command:
12
13 ysh -c 'echo hi'