mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
13 lines
508 B
Plaintext
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.
|
|
==
|
|
--
|
|
|