diff options
author | June McEnroe <programble@gmail.com> | 2017-08-26 16:51:14 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-08-26 16:51:14 -0400 |
commit | 77c3f17ae4e84fb83c6656f1b8496958f573a44b (patch) | |
tree | 7151c8539ab488b87155dae2698670bcc53cee90 | |
parent | Use Makefile (diff) | |
download | torus-77c3f17ae4e84fb83c6656f1b8496958f573a44b.tar.gz torus-77c3f17ae4e84fb83c6656f1b8496958f573a44b.zip |
Add meta.c to README
Diffstat (limited to '')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README index e4d52e8..ae9e722 100644 --- a/README +++ b/README @@ -6,6 +6,7 @@ This software targets FreeBSD and Darwin. server.c Maps torus.dat and listens on torus.sock. client.c Curses client. help.c Automated client which redraws a helpful banner. + meta.c Exports metadata from data file to CSV. snapshot.sh Snapshots data file, appropriate for cron. sshd_config Anonymous login to chrooted client. |