shrub/sur/aquarium.hoon

30 lines
608 B
Plaintext
Raw Normal View History

2019-02-06 05:21:41 +03:00
|%
++ aqua-event
$% [%init-ship who=ship]
[%event who=ship ovo=unix-event]
==
::
2019-02-08 05:03:46 +03:00
++ aqua-effects
,[who=ship ovo=(list unix-effect)]
2019-02-06 05:21:41 +03:00
::
++ unix-event
%+ pair wire
$% [%wack p=@]
[%whom p=ship]
[%live p=@ud q=(unit @ud)]
[%barn ~]
[%boot %fake p=ship]
unix-task
==
::
++ unix-effect
%+ pair wire
$% [%blit p=(list blit:dill)]
[%send p=lane:ames q=@]
[%doze p=(unit @da)]
[%thus p=@ud q=(unit hiss:eyre)]
[%ergo p=@tas q=mode:clay]
==
+= pill [boot-ova=* kernel-ova=(list unix-event) userspace-ova=(list unix-event)]
--