This guide aims to give you a simple view of how to write scripts for this Repository.
We prefer if you use the Shellcheck-Linter to fit in a mostly compatible way to bash and sh. You'll find a installation guide for your editor in their repository.
If you plan to write a more complex script you'll be free to create a folder for that script and document the functionalities of it with a own README.md. But PLEASE do this only if it is necessary. A folder for every script makes the whole thing very confusing and bloats the repository up.
All of our scripts are written to run inside of the bash. So please use the shebang
!#/bin/bash