diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-06-22 21:51:24 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-06-22 21:51:24 -0400 |
commit | f7b10770429a0ff17fba26cce64626cab2a6de12 (patch) | |
tree | 5f1bdb8523bf5c0b02ca39153cd438fba958458d /cgi | |
parent | cae8a58c058f81d770c5f291a0c321ac1080992c (diff) | |
download | web-f7b10770429a0ff17fba26cce64626cab2a6de12.tar.xz |
Frick I'm stupid.
Diffstat (limited to 'cgi')
-rwxr-xr-x | cgi/e.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <<EOF <!DOCTYPE HTML> <html> |