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

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