mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-08-07 14:39:01 +08:00
Add verify format
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
cat $1 | sort | tac > $1.tmp && mv $1.tmp $1
|
||||
cat $1 | sort -u | grep -v '^$' > $1.tmp && mv $1.tmp $1
|
||||
|
Reference in New Issue
Block a user