mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
url=https://country-files.com/cty/download
|
|
|
|
port_getver () {
|
|
curl -Lsk $url | grep -Eo "[0-9a-z.]+zip" | grep [[:digit:]]
|
|
}
|