diff options
author | Omar Polo <op@omarpolo.com> | 2021-04-15 20:14:18 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-04-15 20:14:18 +0000 |
commit | b7a9906151ef2c0cba6f87707a6f011d8688fe15 (patch) | |
tree | 20705e3a1405cb0ade78950563268f4ea1078ef4 | |
parent | dafaf46734fc3b455ba90d83b234df10d55626ea (diff) |
typo
-rw-r--r-- | gmid.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -424,7 +424,7 @@ and enable CGI scripts inside you can .Bd -literal -offset indent $ mkdir docs/cgi -$ cat <<EOF > cgi/hello +$ cat <<EOF > docs/cgi/hello #!/bin/sh printf "20 text/plain\\r\\n" echo "hello world" |