OILS
/
_devbuild
/
help
/ osh-usage
View on Github
|
oils.pub
11 lines, 9 significant
1
bin/osh is compatible with POSIX shell, bash, and other shells.
2
3
Usage:
4
osh FLAG* SCRIPT ARG*
5
osh FLAG* -c COMMAND ARG*
6
osh FLAG*
7
8
Examples:
9
osh -c 'echo hi'
10
osh myscript.sh
11
echo 'echo hi' | osh