1
1
mirror of https://github.com/urbit/shrub.git synced 2025-01-03 10:02:32 +03:00
shrub/pkg/arvo/sur/group-hook.hoon
2020-01-03 22:06:42 +01:00

13 lines
508 B
Plaintext

|%
+$ group-hook-action
$% [%add =ship =path] :: if ship is our, make the group publicly
:: available for other ships to sync
:: if ship is foreign, delete any local
:: group at that path and mirror the
:: foreign group at our local path
::
[%remove =path] :: remove the path.
==
--