项目文件夹

文件
2026-07-13 13:17:40 +08:00

8 行
67 B
Bash
可执行文件

#!/bin/bash
set -euo pipefail
echo "Pre-hook test error"
exit 1