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