From 43783a583f75e8e5b92d3be9edd7799a0805fbf5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 20 Oct 2018 16:12:31 -0400 Subject: Add install target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a4fedf8..1d5c8d7 100644 --- a/Makefile +++ b/Makefile @@ -49,3 +49,7 @@ clean: README: torus.1 mandoc torus.1 | col -b -x > README + +install: chroot.tar rc.torus + tar -x -f chroot.tar -C /home/$(CHROOT_USER) + install rc.torus /usr/local/etc/rc.d/torus -- cgit 1.4.1 9003666feb512d1253cfb3fe0d6c3b9b63'/> dontfiles
summary refs log tree commit diff
path: root/doc/rfc/rfc.1 (unfollow)
Commit message (Collapse)Author
2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio.
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
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