diff options
author | June McEnroe <programble@gmail.com> | 2017-09-27 15:25:58 -0400 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2017-09-27 15:25:58 -0400 |
commit | 484c8a39e1cec59144babfcc0466c69557e5030b (patch) | |
tree | 935a3b913df270a86f913d5d1279702a497d6a3f /README | |
parent | Assert client coords are valid after movement (diff) | |
download | torus-484c8a39e1cec59144babfcc0466c69557e5030b.tar.gz torus-484c8a39e1cec59144babfcc0466c69557e5030b.zip |
Add merge.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 ae9e722..c4da87e 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@ This software targets FreeBSD and Darwin. client.c Curses client. help.c Automated client which redraws a helpful banner. meta.c Exports metadata from data file to CSV. + merge.c Interactively merges two data files. snapshot.sh Snapshots data file, appropriate for cron. sshd_config Anonymous login to chrooted client. |