mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 12:51:07 -05:00
6 lines
185 B
Awk
6 lines
185 B
Awk
BEGIN { RS = "http://[#%&\\+\\-\\./0-9\\:;\\?A-Z_a-z\\~]*" }
|
|
RT != "" {
|
|
command = ("gawk -v Proxy=MyProxy -f geturl.awk " RT \
|
|
" > doc" NR ".html")
|
|
print command
|
|
}
|