home readme diff tree note docs

0commit c1576bceca327ad83ef5a2feebd65c589df4a496
1Author: lakefox <mason@lakefox.net>
2Date:   Sat May 23 11:46:36 2026 -0600
3
4    a
5
6diff --git a/hello.sh b/hello.sh
7index 5ec03ba..5d8279e 100755
8--- a/hello.sh
9+++ b/hello.sh
10@@ -1,3 +1,4 @@
11 #/bin/sh
12 
13-echo "Hello"
14+echo "Content-Type: text/plain\r\n"
15+echo "Hello\r\n"