Stop and exit execution on first error

This commit is contained in:
Martin Mattel
2025-11-05 14:24:02 +01:00
parent 9d6a8585e4
commit 87be9b29cc

View File

@@ -23,6 +23,8 @@
# substr($0, match($0, "href=\"[^\"]+?\" ")+6, RLENGTH-8)
#
set -e
gh_toc_version="0.10.0"
gh_user_agent="gh-md-toc v$gh_toc_version"