mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-09 10:45:53 +08:00
Mantain mirror (#795)
This commit is contained in:
9
hack/verify-fmt-image.sh
Executable file
9
hack/verify-fmt-image.sh
Executable 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
|
Reference in New Issue
Block a user