eris

Very small inetd http server
git clone https://git.woozle.org/neale/eris.git

commit
16e32a6
parent
49b1797
author
Neale Pickett
date
2024-01-02 11:09:02 -0700 MST
break-fnord.sh work with busybox expr
1 files changed,  +1, -0
M break-fnord.sh
+1, -0
1@@ -14,6 +14,7 @@ case ${HTTPD:=./fnord} in
2         ;;
3 esac
4 
5+tests=0
6 title() {
7     printf "%-50s: " "$1"
8     tests=$(expr $tests + 1)