misc: cleanup
This commit is contained in:
2
test.sh
2
test.sh
@@ -158,7 +158,7 @@ main() {
|
|||||||
awk '/```sh$/{f=1;next}/```/{f=0}f' README.md > readme_code
|
awk '/```sh$/{f=1;next}/```/{f=0}f' README.md > readme_code
|
||||||
shellcheck -s bash --exclude=SC2034,SC2154 readme_code || exit 1
|
shellcheck -s bash --exclude=SC2034,SC2154 readme_code || exit 1
|
||||||
|
|
||||||
# Get the code blocks from README.md
|
# Source the code blocks from README.md
|
||||||
. readme_code
|
. readme_code
|
||||||
|
|
||||||
head="-> Running tests on the Pure Bash Bible.."
|
head="-> Running tests on the Pure Bash Bible.."
|
||||||
|
|||||||
Reference in New Issue
Block a user