This folder contains example scripts that can be used with multi-gitter and might be useful to use as is or to get inspiration from.
Other developers might find how you solved your use-case useful as well! Please contribute your example by adding it to corresponding language folder (or general).
Always add a Title: xxx
comment to your script with a line comment so that it can be parsed by automated tools.
Bash example:
# Title: My bash script that does X
JavaScript example:
// Title: My js script that does X