about summary refs log tree commit diff homepage
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-07-30 13:44:17 -0400
committerJune McEnroe <june@causal.agency>2017-07-30 13:44:17 -0400
commit88dce55272dd95808b91760bf3384f193aa95a9f (patch)
tree540496482291bd10963040fc703b1f7bf22fa45d /README
parentAdd ` command (diff)
downloadtorus-88dce55272dd95808b91760bf3384f193aa95a9f.tar.gz
torus-88dce55272dd95808b91760bf3384f193aa95a9f.zip
Add chroot.sh
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 198714d..520f878 100644
--- a/README
+++ b/README
@@ -9,5 +9,6 @@ C source files are self-compiling, e.g. ./server.c.
     client.c       Curses client.
     help.c         Automated client which redraws a helpful banner.
 
-    termcap.diff   Patch for bright colors with TERM=xterm-256color.
+    chroot.sh      Creates chroot tarball.
     sshd_config    Anonymous login to chrooted client.
+    termcap.diff   Patch for bright colors with TERM=xterm-256color.
>2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe