ref: 6c2f8fd5e4f0e0be44495a5526930fa3760cd87e
dir: /module/styxconv.m/
Styxconv: module
{
PATHOLD2NEW: con "/dis/lib/styxconv/old2new.dis";
PATHNEW2OLD: con "/dis/lib/styxconv/new2old.dis";
# call first
init: fn();
# spawn and synchronize
styxconv: fn(client: ref Sys->FD, server: ref Sys->FD);
};