Searched refs:url (Results 126 - 126 of 126) sorted by last modified time

123456

/haiku/3rdparty/mmu_man/scripts/
H A Dbootstrap-haiku.sh29 log "Getting url of latest revision..."
32 url="$(grep -m1 'http:.*nightly-.*gcc2hybrid-raw.zip' "$tf" | sed 's/.*href="//;s/".*//')"
33 test -n "$url" || error "cannot find latest build"
34 file="${url##*/}"
42 wget -c "$url" || error "cannot download latest revision"

Completed in 34 milliseconds

123456