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

14 lines, 9 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
7argument:
8
9 oils-for-unix ysh -c 'echo hi'
10
11More commonly, it's invoked through a symlink like 'ysh', which
12causes it to behave like that command:
13
14 ysh -c 'echo hi'