mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
13 lines
304 B
Plaintext
13 lines
304 B
Plaintext
/- spider, glob
|
|
/+ strandio
|
|
=, strand=strand:spider
|
|
^- thread:spider
|
|
|= arg=vase
|
|
=/ m (strand ,vase)
|
|
^- form:m
|
|
=+ !<([hash=@uv ~] arg)
|
|
=/ url "https://bootstrap.urbit.org/glob-{(scow %uv hash)}.glob"
|
|
;< =cord bind:m (fetch-cord:strandio url)
|
|
=+ ;;(=glob:glob (cue cord))
|
|
(pure:m !>(glob))
|