OILS / devtools / services / README.md View on Github | oilshell.org

9 lines, 7 significant
1services/
2=========
3
4This directory is for integration with cloud services, e.g. code we don't
5control.
6
7Generally it's better to write plain shell scripts and call them from a config
8file (e.g. YAML), rather than embedding shell in the config. Then it can be
9tested separately and ported to different platforms.