shithub: svcfs

ref: 4b696a10337b7d64bf6b59a3562e7df570848158
dir: /README/

View raw version
svc/fs

This mounts a directory at (default) `/mnt/svc`
 - -m <mntpnt> 
 - -s <srvname> will post to /srv/srvname

`/mnt/svc` initially has a file, `clone`.
Opening `clone` will create a numerical directory starting at `/mnt/svc/0`.
The first write must be the name of the service. This will post a file to /srv/<service> that clients can mount into there namespace for a session with a given service

Ctl messages on /mnt/svc/n/ctl
(Note, newlines are important!)
- `create <buffername>`: This will create a buffer. This must be called before any of the following
- `title <buffername>\ntitle text`: This will set the title of a given buffer
- `feed <buffername>\nsome text`: This will be appended to a given buffers' feed file