| 1 | stdlib/
 | 
| 2 | =======
 | 
| 3 | 
 | 
| 4 | Ideas 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 | 
 | 
| 11 | Already have:
 | 
| 12 | 
 | 
| 13 | - `log` and `die`
 | 
| 14 | 
 | 
| 15 | Note: The file `oil-polyfill.sh` is POSIX shell for functions that should be
 | 
| 16 | portable, e.g. like updating Oil, which may be done from the system shell.
 | 
| 17 | 
 | 
| 18 | Other functions can be written in Oil.
 | 
| 19 | 
 |