From f94ef68f7eee819931bde2fbcb6f695c66e4e761 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sat, 1 Nov 2014 20:12:51 -0400 Subject: [PATCH] truth --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b1ca31d --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +Simple HTTP file server. It's more or less the same thing as running `python +-m SimpleHTTPServer`, but with slightly nicer logging and it doesn't puke when +you kill it.