Mantain mirror (#795)

This commit is contained in:
Shiming Zhang
2023-11-10 17:44:41 +08:00
committed by GitHub
parent 45aee54e98
commit b20b9daf42
5 changed files with 77 additions and 21 deletions

9
hack/verify-fmt-image.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
export LC_ALL=C
cp $1 $1.bak
$(dirname "${BASH_SOURCE}")/fmt-image.sh $1.bak
diff -c $1 $1.bak && rm $1.bak