From f7b10770429a0ff17fba26cce64626cab2a6de12 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 22 Jun 2024 21:51:24 -0400 Subject: Frick I'm stupid. --- cgi/e.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cgi/e.cgi b/cgi/e.cgi index 841bf23..102e57f 100755 --- a/cgi/e.cgi +++ b/cgi/e.cgi @@ -1,7 +1,7 @@ #!/bin/bash -echo -n "Status: 200 OK\r\n" -echo -n "Content-type: text/html; charset=utf-8\r\n\r\n" +echo -ne "Status: 200 OK\r\n" +echo -ne "Content-type: text/html; charset=utf-8\r\n\r\n" cat < -- cgit v1.2.3