mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-28 10:20:07 +00:00
8 lines
129 B
Plaintext
8 lines
129 B
Plaintext
url=$(dirname $url)
|
|
url=$url/$(fetch \
|
|
| grep folder \
|
|
| sed 's,.*href=",,;s,\/.*,,' \
|
|
| grep -v [a-z] \
|
|
| sort -V \
|
|
| tail -n1)
|