docs: update

This commit is contained in:
Dylan Araps 2019-09-24 08:27:56 +03:00
parent d171c9b651
commit bb10d3173c
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ main() {
esac
done < README.md > readme_code
# Run shellcheck and source the code.
# Run shellcheck on the extracted code blocks
# and this test script itself.
shellcheck -s sh readme_code test.sh || exit 1
}