added examples

This commit is contained in:
Dylan Araps
2018-06-15 09:29:43 +10:00
parent ac2b9e7ddf
commit 9f43812680
3 changed files with 197 additions and 61 deletions

View File

@@ -4,5 +4,5 @@ os:
- linux
script:
- shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh/{f=1;next}/```/{f=0}f' README.md)
- shellcheck -s bash --exclude=SC2034,SC2154 <(awk '/```sh$/{f=1;next}/```/{f=0}f' README.md)
- ./test.sh