This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
public-image-mirror
mirror of
https://github.com/DaoCloud/public-image-mirror.git
Watch
1
Star
0
Fork
You've already forked public-image-mirror
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dc92e10082
public-image-mirror
/
hack
/
verify-fmt.sh
7 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
cp
$1
$1
.bak
./hack/fmt.sh
$1
.bak
diff -c
$1
$1
.bak
&&
rm
$1
.bak
Reference in New Issue
View Git Blame
Copy Permalink