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