diff options
Diffstat (limited to 'system/oils/README')
-rw-r--r-- | system/oils/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/oils/README b/system/oils/README new file mode 100644 index 0000000000..c071e7e538 --- /dev/null +++ b/system/oils/README @@ -0,0 +1,10 @@ +oils (Programming language and Bash-compatible Unix shell) + +oils is a project that aims to develop a modern shell language that +appeals to developers from languages like Python or JavaScript. It is +marketed as an "upgrade path from bash to a better language and +runtime." + +oils provides two different shells: +osh: Modern Bash-compatible shell +ysh: "Legacy-free" shell with modern programming language features |