OILS / stdlib / README.md View on Github | oilshell.org

19 lines, 12 significant
1stdlib/
2=======
3
4Ideas for shell functions that could be in here:
5
6- Version comparison: https://github.com/oilshell/oil/issues/683
7- An automated way to download the latest version of Oil: https://github.com/oilshell/oil/issues/463
8 - Maybe functions to lazily download documentation too?
9- `errexit` utilities: https://github.com/oilshell/oil/issues/474
10
11Already have:
12
13- `log` and `die`
14
15Note: The file `oil-polyfill.sh` is POSIX shell for functions that should be
16portable, e.g. like updating Oil, which may be done from the system shell.
17
18Other functions can be written in Oil.
19