mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-11 12:56:27 +08:00
8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cp $1 $1.bak
|
|
./hack/fmt.sh $1
|
|
|
|
diff -c $1 $1.bak
|
|
rm $1.bak
|