mirror of
https://github.com/DaoCloud/public-image-mirror.git
synced 2025-10-29 12:39:22 +08:00
Update fmt.sh (#1325)
This commit is contained in:
@@ -3,7 +3,5 @@
|
|||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
|
||||||
cat $1 |
|
cat $1 |
|
||||||
filter_docker_library |
|
|
||||||
filter_k8s_old |
|
|
||||||
sort -u |
|
sort -u |
|
||||||
grep -v '^$' >$1.tmp && mv $1.tmp $1
|
grep -v '^$' >$1.tmp && mv $1.tmp $1
|
||||||
|
|||||||
Reference in New Issue
Block a user