From 482039b40d8315916460f4065e73e9806af2da81 Mon Sep 17 00:00:00 2001 From: Eric Bidelman Date: Sat, 21 Apr 2012 19:30:21 -0700 Subject: README. Config cleanup --- serve.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serve.sh') diff --git a/serve.sh b/serve.sh index 825b7cc..9663bad 100755 --- a/serve.sh +++ b/serve.sh @@ -12,4 +12,4 @@ then port=8000 fi -open http://localhost:$port && python -m SimpleHTTPServer $port; \ No newline at end of file +open http://localhost:$port/template.html && python -m SimpleHTTPServer $port; -- cgit v1.2.3