summaryrefslogtreecommitdiff
path: root/repo/toybox/wget.xibuild
blob: 6590ee2c89e786a78ce5d554c3c92c58b164f240 (plain)
1
2
3
4
5
6
7
#!/bin/sh

DESC="A utility for transfering files with URL syntax"

package () {
    add_from_main usr/bin/wget
}