feat(package): shellplot: created

This commit is contained in:
2025-08-23 16:37:08 +00:00
parent 25575a69f3
commit 7dadd2290f
5 changed files with 98 additions and 1 deletions

View File

@@ -70,4 +70,3 @@ esac
len=$(wc -c <"$tmp" | awk '{print $1}')
printf 'HTTP/1.1 %s\r\nContent-Type: %s\r\nContent-Length: %s\r\nConnection: close\r\n\r\n' "$status" "$ctype" "$len"
cat "$tmp"