Files
public-image-mirror/hack/verify-fmt.sh
2022-01-10 16:30:09 +08:00

7 lines
87 B
Bash
Executable File

#!/usr/bin/env bash
cp $1 $1.bak
./hack/fmt.sh $1.bak
diff -c $1 $1.bak && rm $1.bak