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