fix bugs in examples

This commit is contained in:
Dylan Araps
2018-06-14 18:05:47 +10:00
parent 8acd8fb2da
commit e156881d8c
2 changed files with 14 additions and 3 deletions

View File

@@ -4,4 +4,4 @@ os:
- linux
script:
- shellcheck <(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)