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

14 lines, 11 significant
1bin/ysh is the shell with data tYpes, influenced by pYthon, JavaScript, ...
2
3Usage:
4 ysh FLAG* SCRIPT ARG*
5 ysh FLAG* -c COMMAND ARG*
6 ysh FLAG*
7
8Examples:
9 ysh -c 'echo hi'
10 ysh myscript.ysh
11 echo 'echo hi' | ysh
12
13Note that bin/ysh is the same as bin/osh with the ysh:all option group set:
14 osh -o ysh:all -c 'echo hi' # Same as YSH