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
4a84643cd4
public-image-mirror
/
hack
/
verify-fmt.sh
8 lines
80 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
cp
$1
$1
.bak
./hack/fmt.sh
$1
diff -c
$1
$1
.bak
rm
$1
.bak
Reference in New Issue
View Git Blame
Copy Permalink