mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
🛸 Sync 2026-04-09 03:24:04
This commit is contained in:
parent
728e30d285
commit
cb2c5d9537
@ -50,7 +50,7 @@ process_url() {
|
||||
# 去除首尾空格
|
||||
gsub(/^[[:space:]]+|[[:space:]]+$/, "")
|
||||
# 跳过注释和空行
|
||||
if ($0 ~ /^#/ || $0 == "") next
|
||||
if ($0 ~ /^#/ || $0 ~ /^!/ || $0 == "") next
|
||||
|
||||
# 前20行探测格式
|
||||
if (sample_count < 20) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user