tools: Update scripts and markdownlint config

This commit is contained in:
Taiki Endo
2025-01-10 01:18:20 +09:00
parent df5dec2a2f
commit da05975632
5 changed files with 56 additions and 35 deletions

View File

@@ -1,8 +1,9 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: Apache-2.0 OR MIT
set -eEuo pipefail
set -CeEuo pipefail
IFS=$'\n\t'
cd "$(dirname "$0")"/..
trap -- 's=$?; printf >&2 "%s\n" "${0##*/}:${LINENO}: \`${BASH_COMMAND}\` exit with ${s}"; exit ${s}' ERR
cd -- "$(dirname -- "$0")"/..
# Update markdown
#